Hi Dennis, On Fri, Oct 31, 2014 at 12:51:21AM +0100, Dennis Jacobfeuerborn wrote: > On 30.10.2014 19:01, Dennis Jacobfeuerborn wrote: > ... > > > > [30/Oct/2014:18:46:36.035] front-http front-http/<NOSRV> > > -1/-1/-1/-1/19117 400 187 - - CR-- 49/49/0/0/0 0/0 "<BADREQ>" > ... > > So after a bit more googling I found the following mail thread that > mentions this as some sort of tcp pre-connect behaviour by browsers: > > http://comments.gmane.org/gmane.comp.web.haproxy/10426 > > Has anyone come of the idea to be able to not count a connection that > gets opened but never used before it times out as an error? > Right now the problem is that while technically these are errors > according to the specs they kind of aren't given the real-world behavior > of browsers these days.
In the case above, you had no traffic over the connection so "option dontlognull" will silently hide this case. Regards, Willy

