]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts()
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Sep 2008 09:19:41 +0000 (11:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:10 +0000 (10:19 +0100)
commit3c6ab2e28d8611aa66f9bd35d865e1e9cec49eb5
tree9059cb6f31ff1c688cc019ee9060e4115840eac8
parent2eb52f012d69b4067427974833af8b42faad573d
[MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts()

It's more appropriate to use buffer_check_timeouts() to check for buffer
timeouts and si->shutw/shutr to shutdown the stream interfaces.
include/proto/stream_sock.h
include/types/stream_interface.h
src/client.c
src/proto_http.c
src/stream_sock.c