]> git.kaiwu.me - nginx.git/commit
Request body: always flush buffers if request buffering is off.
authorValentin Bartenev <vbart@nginx.com>
Mon, 6 Apr 2015 16:20:36 +0000 (19:20 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 6 Apr 2015 16:20:36 +0000 (19:20 +0300)
commit3f72e18908bd71d20bca6923163ce8b5b194285d
tree5f61634bef4fc2b38ca3b573d5d114d4f7fce9ee
parent1329c4af80c93d5f0157728a009196199a42c472
Request body: always flush buffers if request buffering is off.

This fixes unbuffered proxying to SSL backends, since it prevents
ngx_ssl_send_chain() from accumulation of request body in the SSL
buffer.
src/http/ngx_http_request_body.c