]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] http: report correct flags in case of client aborts during body
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Jun 2010 11:47:49 +0000 (13:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 7 Jun 2010 20:43:54 +0000 (22:43 +0200)
commit79ebac602d772b45ff670bb2bd37df69c31bcead
tree9b3f6e7c62eea3513376f3bfeaf88043f60fbf1f
parentd9bbe17b7f68ff8b3768f2ed8a5520cfc40b125a
[BUG] http: report correct flags in case of client aborts during body

Some client abort/timeouts during body transfer were reported as "PR--"
instead of "CD--" or "cD--". This fix has to be ported to 1.5.
src/proto_http.c