]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] simplify and centralize request timeout cancellation and request forwarding
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Aug 2008 15:35:01 +0000 (17:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 Aug 2008 22:18:38 +0000 (00:18 +0200)
commit7f875f6c8fe15660ca789eaf7d4846cee8ba8414
tree85a1bbb4c7eab7b26a35f570eb53f6620dcb73b7
parentadfb8569f796e2700b564e512d1bcd08c756d5c6
[MEDIUM] simplify and centralize request timeout cancellation and request forwarding

Instead of playing with req->flags and request timeout everywhere,
tweak them only at precise locations.
src/proto_http.c