mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix the previous commit
This commit is contained in:
parent
3e8c2f7811
commit
698b8cb038
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user