trunk-tracking: update to r3632 from 1.7.30.1

This commit is contained in:
Jeff Kaufman
2013-11-26 16:37:30 -05:00
parent ed14455412
commit 54352bff72
+2 -1
View File
@@ -2159,7 +2159,8 @@ ngx_int_t ps_in_place_check_header_filter(ngx_http_request_t* r) {
return ngx_http_next_header_filter(r);
}
if (status_code == CacheUrlAsyncFetcher::kNotInCacheStatus) {
if (status_code == CacheUrlAsyncFetcher::kNotInCacheStatus &&
!r->header_only) {
server_context->rewrite_stats()->ipro_not_in_cache()->Add(1);
server_context->message_handler()->Message(
kInfo,