Ticket #2215: request_completion.patch
| File request_completion.patch, 381 bytes (added by , 5 years ago) |
|---|
-
ngx_http_variables.c
old new 282 282 283 283 { ngx_string("request_completion"), NULL, 284 284 ngx_http_variable_request_completion, 285 0, 0, 0 },285 0, NGX_HTTP_VAR_NOCACHEABLE, 0 }, 286 286 287 287 { ngx_string("request_body"), NULL, 288 288 ngx_http_variable_request_body,
