We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631fba3 commit f9c9a6aCopy full SHA for f9c9a6a
src/nginx_module/ContentHandler.c
@@ -1843,6 +1843,8 @@ passenger_content_handler(ngx_http_request_t *r)
1843
&& slcf->upstream_config.pass_request_body
1844
&& !r->headers_in.chunked) {
1845
r->request_body_no_buffering = 1;
1846
+ } else {
1847
+ r->request_body_no_buffering = !slcf->upstream_config.request_buffering;
1848
}
1849
1850
rc = ngx_http_read_client_request_body(r, ngx_http_upstream_init);
0 commit comments