comparison src/http/ngx_http_core_module.c @ 3066:67dc311964b8

fix request counter handling for try_files, introduced in r3050
author Igor Sysoev <igor@sysoev.ru>
date Mon, 31 Aug 2009 11:21:04 +0000
parents 113cd532b328
children 680cab09818d
comparison
equal deleted inserted replaced
3065:113cd532b328 3066:67dc311964b8
1213 ngx_http_split_args(r, &path, &args); 1213 ngx_http_split_args(r, &path, &args);
1214 1214
1215 (void) ngx_http_internal_redirect(r, &path, &args); 1215 (void) ngx_http_internal_redirect(r, &path, &args);
1216 } 1216 }
1217 1217
1218 ngx_http_finalize_request(r, NGX_DONE);
1218 return NGX_OK; 1219 return NGX_OK;
1219 } 1220 }
1220 1221
1221 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); 1222 ngx_memzero(&of, sizeof(ngx_open_file_info_t));
1222 1223