On Mon, Nov 07, 2016 at 03:02:16PM -0500, Phillip Harbison wrote:
> We're trying to use HAProxy in an application where the client
> captures voice clips and submits them as 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? I appreciate
> any suggestions.

Then you've found a way to do some magics because haproxy doesn't know
how to de-chunk :-)

More seriously, I suspect you're looking at a server's logs instead of
looking at the network traces. That's the only explanation I have for
this!

Regards,
Willy

Reply via email to