Re: tcp-response inspect-delay with WAIT_END

2015-02-09 Thread Chris
which doesn't work.. The statement is ambiguous. Do you mean that HAProxy is *not* intended to delay responses and will not do so? ..or are you simply referring to the fact that I have not gotten it to work? I am essentially trying to find out if tcp-response inspect-delay works with WAIT_END. Can

Re: tcp-response inspect-delay with WAIT_END

2015-02-06 Thread Chris
Could you let us know why exactly you need to delay responses??? This is an API. Unfortunately, the client behavior we are looking to address here cannot be identified by client IP, ID, or anything else in the request. In fact, it cannot be identified until the server has gone through

Re: tcp-response inspect-delay with WAIT_END

2015-02-06 Thread Baptiste
On Thu, Feb 5, 2015 at 10:22 PM, Chris k...@adobe.com wrote: Hello, We have some complex logic in our application that will at times determine that the response to a specific query should be delayed. Currently this is handled in the application with a short (~100ms) sleep. We would like to

tcp-response inspect-delay with WAIT_END

2015-02-05 Thread Chris
Hello, We have some complex logic in our application that will at times determine that the response to a specific query should be delayed. Currently this is handled in the application with a short (~100ms) sleep. We would like to move this delay in response to the load balancer. I have tried