]> 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:13:29 +0000 (11:13 +0200)
commitce3f248679dd095d3acf6579f4b7ef8bd5d33c86
tree321975569f030b902a85b57cd8268cb00030a520
parent4e1756086def59e05a3c56fd2f57eb990038a071
[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)
(cherry picked from commit df82605d3e73573ae842a1ddaf418997bef33274)
src/stream_sock.c