Re: trailling whitespace after HTTP version

2015-11-05 Thread Julien Vermillard
Hi Baptise, Thanks for the feedback. Enabling this only on accept-invalid-http-request is fine for me. I agree this is not the correct behaviour, but most of reverse proxy and http proxy we used for several years were resilient to that (even fixing that) so that's why I'm asking. Julien On Thu, N

Re: trailling whitespace after HTTP version

2015-11-05 Thread Baptiste
On Thu, Nov 5, 2015 at 9:36 AM, Julien Vermillard wrote: > Hi, > When we migrated from Apache HTTPD to HA Proxy we found a strange problem. > We have some old HTTP client (embedded devices) which send a trailling > whitespace after the HTTP version. > The send: "GET HTTP/1.1 " in place of "GET HTT

trailling whitespace after HTTP version

2015-11-05 Thread Julien Vermillard
Hi, When we migrated from Apache HTTPD to HA Proxy we found a strange problem. We have some old HTTP client (embedded devices) which send a trailling whitespace after the HTTP version. The send: "GET HTTP/1.1 " in place of "GET HTTP/1.1" HAProxy just drop the message sending a 400 error, HTTPD acc