From de0b1d6f12e67e543627d8da4aa0aac739f143af Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 24 May 2010 12:35:10 +0000 Subject: remove r->zero_in_uri --- src/http/ngx_http_special_response.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http/ngx_http_special_response.c') diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index 5c032f3a5..afbefba2d 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -517,8 +517,6 @@ ngx_http_send_error_page(ngx_http_request_t *r, ngx_http_err_page_t *err_page) r->err_status = overwrite; - r->zero_in_uri = 0; - if (ngx_http_complex_value(r, &err_page->value, &uri) != NGX_OK) { return NGX_ERROR; } -- cgit