Ticket #2215: request_completion.patch

File request_completion.patch, 381 bytes (added by chronolaw@…, 5 years ago)
  • ngx_http_variables.c

    old new  
    282282
    283283    { ngx_string("request_completion"), NULL,
    284284      ngx_http_variable_request_completion,
    285       0, 0, 0 },
     285      0, NGX_HTTP_VAR_NOCACHEABLE, 0 },
    286286
    287287    { ngx_string("request_body"), NULL,
    288288      ngx_http_variable_request_body,