On Mon, Feb 27, 2012 at 08:30:08PM +0400, Eugene Istomin wrote: > Hi, > > tcpdump on OTRS side says that there is no TCP flow on server side when i > press Submit button. > Haproxy log say that new client packet is recieved but this packet doesn't > route to any server even if i use simple "listen" with no backends-frontends. > > Haproxy version is lastest 1.4 (1.4.19), but we tru with 1.5 - the same > strange behavior.
Please could you check with the patch I have sent in my previous mail to the list, what you describe looks strangely similar to the issue fixed there. Normally you should see the data at most 200ms after the click. Alternatively you can put "option http-no-delay" in your config and see if it changes anything. Regards, Willy

