]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] get rid of BF_SHUT*_PENDING
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 19:13:23 +0000 (21:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 19:13:23 +0000 (21:13 +0200)
commitba392cecf9537ab6ab224af033a663ffd9be1a87
tree2e2c14747f461334c06bd7abbdcafaf413315fcc
parentd5382b4aaa099ce5ce2af5828bd4d6dc38e9e8ea
[CLEANUP] get rid of BF_SHUT*_PENDING

BF_SHUTR_PENDING and BF_SHUTW_PENDING were poor ideas because
BF_SHUTR is the pending of BF_SHUTW_DONE and BF_SHUTW is the
pending of BF_SHUTR_DONE. Remove those two useless and confusing
"pending" versions and rename buffer_shut{r,w}_* functions.
include/proto/buffers.h
include/types/buffers.h
src/proto_http.c
src/proto_uxst.c
src/stream_sock.c