Re: [users@httpd] Re: Http trailers in chunked requests

2015-07-23 Thread Yann Ylavic
On Thu, Jul 23, 2015 at 11:03 AM, Sachin Shetty wrote: > > From the change list, I found > that you added support for MergeTrailers in 2.4.11 - any idea on how I could > make it work? I just need apache to let the trailers pass through to the > upstream haproxy, I am not processing them in mod hea

[users@httpd] Re: Http trailers in chunked requests

2015-07-23 Thread Sachin Shetty
Hi Eric, Sorry to be bugging you on this one, I grepped through the source and I see some solid references to trailer processing. From the change list, I found that you added support for MergeTrailers in 2.4.11 - any idea on how I could make it work? I just need apache to let the trailers pass thr

[users@httpd] Re: Http trailers in chunked requests

2015-07-22 Thread Sachin Shetty
Hi, I tried with Apache 2.4.16 with the "MergeTrailers On". No luck, apache just wont let the trailers pass through. I enabled debug log as well, but no additional info in logs about skipping trailers. Thanks Sachin On Mon, Jul 20, 2015 at 11:44 AM, Sachin Shetty wrote: > Hi Eric, > > We are u

[users@httpd] Re: Http trailers in chunked requests

2015-07-19 Thread Sachin Shetty
Hi Eric, We are using mod proxy and mod rewrite to forward the request to an haproxy server running a pool of tomcat. I have verified that when the request is directly sent to haproxy, trailers are sent to the tomcat and it does print it in the debug logs. While debugging this I have also noticed