]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: remove trashlen
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 15:35:22 +0000 (17:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 18:04:27 +0000 (20:04 +0200)
commitc919dc66a30e94826672be28ba844a6e27df2bd5
tree618e0f34290d792dcd41999c6afd389804a89164
parent5f2877a7dd32a6e9cdb488d14be65851270d8c65
CLEANUP: remove trashlen

trashlen is a copy of global.tune.bufsize, so let's stop using it as
a duplicate, fall back to the original bufsize, it's less confusing
this way.
12 files changed:
include/types/global.h
src/acl.c
src/cfgparse.c
src/checks.c
src/connection.c
src/dumpstats.c
src/haproxy.c
src/peers.c
src/proto_http.c
src/session.c
src/ssl_sock.c
src/stream_interface.c