Re: http-server-close when a request timeouts after a success HAProxy does not send 504

2015-06-18 Thread Brendan Hubble
Hi Lukas, Sorry for the misundering. I beleive it is a keep-alive session as the requests go one after each other. When testing with cURL we where using the line as followed. (Address is differnt from previous pastebin due to I am testing in VMs) curl http://172.20.30.167/Sloth/do?t=1000

RE: http-server-close when a request timeouts after a success HAProxy does not send 504

2015-06-17 Thread Lukas Tribus
Hi Brendan, Hi I am having an issue with HAProxy in http-server-close mode, when more then one request is sent in a stream and one timeouts after a success it re-sends that request. On the second request HAProxy send the 504 and the request is not resent again. I'm sorry, I don't really get