comparison src/http/ngx_http_special_response.c @ 3527:84905c7b2aa7

remove r->zero_in_uri
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 May 2010 12:35:10 +0000
parents dd1570b6f237
children eb5e237bfa58
comparison
equal deleted inserted replaced
3526:62a4fd1e6e2c 3527:84905c7b2aa7
515 r->expect_tested = 1; 515 r->expect_tested = 1;
516 } 516 }
517 517
518 r->err_status = overwrite; 518 r->err_status = overwrite;
519 519
520 r->zero_in_uri = 0;
521
522 if (ngx_http_complex_value(r, &err_page->value, &uri) != NGX_OK) { 520 if (ngx_http_complex_value(r, &err_page->value, &uri) != NGX_OK) {
523 return NGX_ERROR; 521 return NGX_ERROR;
524 } 522 }
525 523
526 if (uri.data[0] == '/') { 524 if (uri.data[0] == '/') {