[BUG] do not re-arm read timeout in SHUTR state !
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Jun 2007 13:25:37 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Jun 2007 14:03:45 +0000 (16:03 +0200)
commit33014d0d8da6adc8a84ea8ba2ba71a2d409d8e53
treeeb9924f7dfc4f4bf8fa38366d59008befc2726ca
parent3c6fc07e186c81d98bd796d59780245b6d03f816
[BUG] do not re-arm read timeout in SHUTR state !

There is a long-time bug causing busy loops when either client-side
or server-side enters a SHUTR state. When writing data to the FD,
it was possible to re-arm the read side if the write had been paused.
src/proto_http.c