Thanks guys, missed that in the docs. -Joe
On Sep 3, 2010, at 12:49 PM, Cyril Bonté wrote: > Le vendredi 3 septembre 2010 20:59:35, Bryan Talbot a écrit : >> Section 8.5 of the doc ( >> http://haproxy.1wt.eu/download/1.3/doc/configuration.txt) says: >> >> - On the first character, a code reporting the first event which caused the >> session to terminate : >> >> >> P : the session was prematurely aborted by the proxy, because of a >> connection limit enforcement, because a DENY filter was >> matched, because of a security check which detected and blocked a >> dangerous error in server response which might have caused information >> leak (eg: cacheable cookie), or because the response was processed by the >> proxy (redirect, stats, etc...). >> >> >> - on the second character, the TCP or HTTP session state when it was closed >> : >> >> D : the session was in the DATA phase. > > Since HAProxy 1.4, this combination can mean (maybe not exhaustive) : > - your server replied with an invalid chunked transfert encoding (wrong size > in at least one chunk, bad chunk delimitation, ...) > - there's a missing \n after a \r (invalid CRLF) in the data part (chunks, > trailers, ...) > > Hope this helps. > > -- > Cyril Bonté > > > Name: Joseph A. Williams Email: [email protected] Blog: http://www.joeandmotorboat.com/ Twitter: http://twitter.com/williamsjoe

