]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[STATS] count transfer aborts caused by client and by server
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Mar 2010 19:34:23 +0000 (20:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Mar 2010 19:34:23 +0000 (20:34 +0100)
commitae526784444aeadbde5f109c8c6f9c8f9d48477d
tree5f677c8c6b5b9204c8985c35352dda1b241ceb48
parent890a33e41f6ed7e7b56967b31a23731f52094e04
[STATS] count transfer aborts caused by client and by server

Often we need to understand why some transfers were aborted or what
constitutes server response errors. With those two counters, it is
now possible to detect an unexpected transfer abort during a data
phase (eg: too short HTTP response), and to know what part of the
server response errors may in fact be assigned to aborted transfers.
doc/configuration.txt
include/types/counters.h
src/dumpstats.c
src/proto_http.c
src/session.c