comparison src/http/modules/ngx_http_gzip_static_module.c @ 2087:c8039b26a949

always test root existence for access_log with variables
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 09:26:13 +0000
parents 75a8d34459c5
children 25add486e7aa
comparison
equal deleted inserted replaced
2086:22d36702c654 2087:c8039b26a949
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 }