comparison src/http/modules/ngx_http_gzip_static_module.c @ 388:6de24473fa70 NGINX_0_7_6

nginx 0.7.6 *) Bugfix: now if variables are used in the "access_log" directive a request root existence is always tested. *) Bugfix: the ngx_http_flv_module did not support several values in a query string.
author Igor Sysoev <http://sysoev.ru>
date Mon, 07 Jul 2008 00:00:00 +0400
parents 12defd37f578
children 0b6053502c55
comparison
equal deleted inserted replaced
387:4cde8b18f2c9 388:6de24473fa70
173 return NGX_HTTP_NOT_FOUND; 173 return NGX_HTTP_NOT_FOUND;
174 } 174 }
175 175
176 #endif 176 #endif
177 177
178 r->root_tested = 1;
179
178 rc = ngx_http_discard_request_body(r); 180 rc = ngx_http_discard_request_body(r);
179 181
180 if (rc != NGX_OK) { 182 if (rc != NGX_OK) {
181 return rc; 183 return rc;
182 } 184 }