]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] stats: rely on the standard session_accept() function
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Jun 2010 16:03:19 +0000 (18:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:18 +0000 (10:53 +0200)
commitdecd14d298687745323d1ba7c9a588f8e5324f74
treeb9fcd84f185a262b20ed3ff9ff9339e4cfee5319
parent81f9aa3bf23f9dafe42a961dd0b2111cc713eacb
[MEDIUM] stats: rely on the standard session_accept() function

The stats' accept() function is now ridiculously small. It could
even be reduced by moving some parts to the common accept code.
include/proto/dumpstats.h
src/dumpstats.c