We’re trying to use HAProxy in an application where the client captures voice clips and submits them as part of an HTTP POST. We have Transfer-Encoding set to chunked because the voice clips can be quite large, and frankly because the customer requires it. That is how it arrives at HAProxy, but on the backend the request is no longer chunked. Can anyone tell me what I’m doing wrong? Is there a setting to propagate Transfer-Encoding?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Chunked transfer encoding in haproxy | 7 | 4046 | April 16, 2020 | |
Haproxy 2.0.2x, HTTP/2 sends only a small amount of data when it receives an HTTP/1.1 chunk response from the backend | 0 | 504 | April 27, 2021 | |
Disable haproxy converting responses with content-length header to chunked transfer-encoding | 4 | 3078 | July 22, 2019 | |
Extremely Large HTTP Responses with Chunked Encoding Blocked | 4 | 2040 | January 22, 2021 | |
Latency added when backend emits response every few seconds | 3 | 1645 | December 15, 2016 |