Hi Willy, Thank you for quick and detailed reply. We were using versions 1.4.21 and 1.4.22. We will try the attached patch with dev version.
By the way, haproxy is really great software! Best regards Jarek On 20 paź 2012, at 10:46, Willy Tarreau <[email protected]> wrote: > Hi Jaroslaw, > > thanks to the details you sent, I could reproduce the issue. In fact it's > the MSG_MORE which is causing the delay and which should not be emitted at > this point. The issue also existed in http-server-close mode if the server > responded before the client finished to transfer a POST body, though this > case was obviously much less noticeable. > > I have fixed it by correctly setting the channels not to delay transfers > when switching to tunnel mode, and now it works fine for me. > > If you're running with an 1.5-dev snapshot, you can use the attached patch > that I have committed to the master branch. I'll backport it to 1.4 too. > > Best regards, > Willy > > <0001-BUG-MEDIUM-http-set-DONTWAIT-on-data-when-switching-.patch>

