]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] move QUEUE and TAR timers to stream interfaces
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Sep 2008 16:11:02 +0000 (18:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:09 +0000 (10:19 +0100)
commit35374676796ac384261557d038ff9b0cbee84057
tree53adbe6c891202dbc26658e2366cedd900ee6a62
parenta37095b96f04b7a37b9897cc3022802f03798d32
[MEDIUM] move QUEUE and TAR timers to stream interfaces

It was not practical to have QUEUE and TAR timers in buffers, as they caused
triggering of the timeout flags. Move them to the stream interface where they
belong.
include/types/stream_interface.h
src/backend.c
src/client.c
src/proto_http.c