mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
fix the previous commit
This commit is contained in:
parent
3e8c2f7811
commit
698b8cb038
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue