]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] centralize buffer timeout checks at the top of process_session
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 11:04:25 +0000 (13:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 11:04:25 +0000 (13:04 +0200)
commit507385d0e17fbfb7549808e9f2e86d7950a392a1
treebe66a27980ecd3474c00232f91c6ed841722ddbe
parent26ed74dadc8212689aa4809dc158a8b3cbd592e0
[MEDIUM] centralize buffer timeout checks at the top of process_session

it's more efficient and easier to check all the timeouts at once and
always rely on the buffer flags than to check them everywhere.
src/proto_http.c