mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
an request body might not be passed to backend,
the bug was introduced in r1212
This commit is contained in:
parent
a9a4672b9f
commit
acac00332e
1 changed files with 3 additions and 3 deletions
|
|
@ -489,10 +489,10 @@ ngx_chain_writer(void *data, ngx_chain_t *in)
|
|||
|
||||
if (ctx->out == NULL) {
|
||||
ctx->last = &ctx->out;
|
||||
}
|
||||
|
||||
if (!ctx->connection->buffered) {
|
||||
return NGX_OK;
|
||||
if (!ctx->connection->buffered) {
|
||||
return NGX_OK;
|
||||
}
|
||||
}
|
||||
|
||||
return NGX_AGAIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue