comparison src/http/ngx_http_special_response.c @ 572:ff463db0be31 NGINX_0_8_38

nginx 0.8.38 *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives. *) Feature: now the "rewrite" directive does a redirect automatically if the $scheme variable is used. Thanks to Piotr Sikora. *) Bugfix: now "limit_req" delay directive conforms to the described algorithm. Thanks to Maxim Dounin. *) Bugfix: the $uid_got variable might not be used in the SSI and perl modules.
author Igor Sysoev <http://sysoev.ru>
date Mon, 24 May 2010 00:00:00 +0400
parents 8246d8a2c2be
children 4d3e880ce86c
comparison
equal deleted inserted replaced
571:5b59e716792b 572:ff463db0be31
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] == '/') {