]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] re-arrange buffer flags and rename some of them
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Aug 2008 07:58:42 +0000 (09:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:07 +0000 (10:19 +0100)
commit3da77c5abd3d79046d55663c425491ccc9fbd013
tree15c1d596758c3d42f677dd587218e878b7047aae
parent72b179a53c08d92f8d2459c8e8c5e2d495a647cc
[MINOR] re-arrange buffer flags and rename some of them

The buffer flags became a big bazaar. Re-arrange them
so that their names are more explicit and so that they
are more easily readable in hex form. Some aggregates
have also been adjusted.
include/proto/buffers.h
include/types/buffers.h
src/client.c
src/proto_http.c
src/proto_uxst.c
src/senddata.c
src/stream_sock.c