We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b1453 commit b6f0ebdCopy full SHA for b6f0ebd
src/ngx_http_modsecurity_pre_access.c
@@ -34,6 +34,7 @@ ngx_http_modsecurity_request_read(ngx_http_request_t *r)
34
if (ctx->waiting_more_body)
35
{
36
ctx->waiting_more_body = 0;
37
+ r->write_event_handler = ngx_http_core_run_phases;
38
ngx_http_core_run_phases(r);
39
}
40
@@ -131,6 +132,8 @@ ngx_http_modsecurity_pre_access_handler(ngx_http_request_t *r)
131
132
133
dd("request body is ready to be processed");
134
135
136
+
137
ngx_chain_t *chain = r->request_body->bufs;
138
139
/**
0 commit comments