please check

2014-05-01 Thread Rachel Chavez
Could someone please tell me if what I did is right? I posted this fix a while ago and I didn't get a response. http://marc.info/?l=haproxym=139506908430417w=2 Thank you in advance, -- Rachel Chavez

Re: please check

2014-05-01 Thread Rachel Chavez
, 2014 at 3:27 PM, Willy Tarreau w...@1wt.eu wrote: Hi, On Thu, May 01, 2014 at 09:56:01AM -0400, Rachel Chavez wrote: Could someone please tell me if what I did is right? I posted this fix a while ago and I didn't get a response. http://marc.info/?l=haproxym=139506908430417w=2 Thank

Fix for 5XX server error with incomplete client request

2014-03-17 Thread Rachel Chavez
to an applet, * we have to call it here. Note that this one may wake the -- Rachel Chavez diff -rupNwBb /Users/rachel/Downloads/haproxy-408_spec/src/proto_http.c src/proto_http.c --- /Users/rachel/Downloads/haproxy-408_spec/src/proto_http.c 2014-03-07 14:07:04.0 -0500 +++ src/proto_http.c

haproxy 5XX server error (should be 408)

2014-02-12 Thread Rachel Chavez
it seems that the client timeout is not expiring when a incomplete request is sent. Where (in the code) is checked if the client time-out is expired? thanks in advance for your help.