mirror of
https://github.com/nginx/nginx.git
synced 2026-08-13 06:34:44 -05:00
fix the previous commit
This commit is contained in:
@@ -356,7 +356,7 @@ ngx_http_gzip_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
||||
}
|
||||
|
||||
if (ctx->out == NULL) {
|
||||
return NGX_AGAIN;
|
||||
return ctx->busy ? NGX_AGAIN : NGX_OK;
|
||||
}
|
||||
|
||||
if (!ctx->gzheader) {
|
||||
|
||||
Reference in New Issue
Block a user