Re: No request body when using fastcgi and chunked transfer-encoding

2021-09-13 Thread Tim Siebels
Hi Sergey, thank you for your answer. When I'm hardcoding the value of `fastcgi_param CONTENT_LENGTH` to the expected length for my test request, the request's body *is* available. That does confirm your thoughts on the backend expecting a length indication. However, I'm not sure if your if

Re: No request body when using fastcgi and chunked transfer-encoding

2021-09-13 Thread Sergey Kandaurov
> On 13 Sep 2021, at 12:32, Tim Siebels wrote: > > Hi everyone, > > We are experiencing an issue when using `fastcgi_request_buffering off;` in > combination with chunked transfer-encoding. The application will not receive > any body. Depending on the system, we *sometimes* receive a body. E

No request body when using fastcgi and chunked transfer-encoding

2021-09-13 Thread Tim Siebels
Hi everyone, We are experiencing an issue when using `fastcgi_request_buffering off;` in combination with chunked transfer-encoding. The application will not receive any body. Depending on the system, we *sometimes* receive a body. Enabling `fastcgi_request_buffering` fixes the issue. However,