Haproxy and http chunked trailers

2015-07-22 Thread Sachin Shetty
Hi, We have started using Http trailers in http chunked request. Http trailers are pretty well defined in the spec but seems like not widely used. We have haproxy forwarding the trailers to Apache tomcat and it is all working fine, I just wanted to confirm from the group that it is working by

Re: Haproxy and http chunked trailers

2015-07-22 Thread Vincent Bernat
❦ 22 juillet 2015 17:22 +0530, Sachin Shetty sshe...@egnyte.com : We have started using Http trailers in http chunked request. Http trailers are pretty well defined in the spec but seems like not widely used. Are they supported by browsers? Last time I checked, this was not the case (at least

Re: Haproxy and http chunked trailers

2015-07-22 Thread Sachin Shetty
Well we are only going to use it for incoming uploads APIs, so as long as somebody can make a post request using some client library or handcoded http request, we are fine. We won’t be generating any trailers ourselves in the response. Thanks Sachin On 7/22/15, 5:38 PM, Vincent Bernat

Re: Haproxy and http chunked trailers

2015-07-22 Thread Sachin Shetty
Thanks Willy. Yeah trailers are rarely used and I am having a tough time making it work in Apache web server. Thanks for taking care of it in Haproxy from the start. :) On 7/22/15, 6:22 PM, Willy Tarreau w...@1wt.eu wrote: Hi Sachin, On Wed, Jul 22, 2015 at 05:22:00PM +0530, Sachin Shetty

Re: Haproxy and http chunked trailers

2015-07-22 Thread Willy Tarreau
Hi Sachin, On Wed, Jul 22, 2015 at 05:22:00PM +0530, Sachin Shetty wrote: Hi, We have started using Http trailers in http chunked request. Http trailers are pretty well defined in the spec but seems like not widely used. We have haproxy forwarding the trailers to Apache tomcat and it is all