]> git.kaiwu.me - haproxy.git/commit
[BUG] server timeout was not considered in some circumstances
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Aug 2008 08:35:07 +0000 (10:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Sep 2008 09:00:03 +0000 (11:00 +0200)
commitdf82605d3e73573ae842a1ddaf418997bef33274
treea6b5b9485ea10693c2482be88ecc4badcaec8895
parent3449d158ad4a44a7743854a9f754d4bd775007da
[BUG] server timeout was not considered in some circumstances

Due to a copy-paste typo, the client timeout was refreshed instead
of the server's when waiting for server response. This means that
the server's timeout remained eternity.

(cherry picked from commit 9f1f24bb7fb8ebd6b43b5fee1bda0afbdbcb768e)
src/stream_sock.c