comparison src/http/ngx_http_special_response.c @ 3598:8152369f7037 stable-0.7

merge r3528: remove r->zero_in_uri
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 12:27:06 +0000
parents 5d9ff79eab6f
children
comparison
equal deleted inserted replaced
3597:0d8b8c84bab7 3598:8152369f7037
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] == '/') {