]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] fix wrong timeout computation in event_accept()
authorWilly Tarreau <w@1wt.eu>
Mon, 15 Oct 2007 18:36:37 +0000 (20:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2007 05:41:52 +0000 (07:41 +0200)
commitd95dcb51a83336e8afa6b8f5af72a86d504ece44
treec74589ec1fbb00710274a76ec7b5d76870103493
parent177a16a8d1b2f146bf1208482fed72c783aa23d6
[BUG] fix wrong timeout computation in event_accept()

In case the incoming socket is set for write and not for read (very
unlikely, except in HEALTH mode), the timeout may remain eternity due
to a copy-paste typo.
src/client.c