fixed the wrong next output filter in the pagespeed writer

This bug could cause only output part of the content with large file.
This commit is contained in:
Weibin Yao
2012-11-21 17:54:37 +08:00
parent 6071062407
commit 5702b8dd10
+1 -1
View File
@@ -578,7 +578,7 @@ ngx_http_pagespeed_writer(ngx_http_request_t* r)
return;
}
int rc = ngx_http_output_filter(r, NULL);
int rc = ngx_http_next_body_filter(r, NULL);
ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0,
"http pagespeed writer output filter: %d, \"%V?%V\"",