]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] struct chunk rework
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Sun, 27 Sep 2009 11:23:20 +0000 (13:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Oct 2009 08:17:37 +0000 (10:17 +0200)
commit78abe618a87df1f63f7a6b439c72173f4bee5b85
tree4adb75df9a18c13beac95d2b19c16606a07620b5
parentca7d4b98d404596e307167c08852a3178f72c7b5
[MAJOR] struct chunk rework

Add size to struct chunk and simplify the code as there is
no longer required to pass sizeof in chunk_printf().
include/proto/buffers.h
include/types/buffers.h
src/buffers.c
src/cfgparse.c
src/checks.c
src/client.c
src/dumpstats.c
src/haproxy.c
src/proto_http.c