]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] two missing states in sepoll transition matrix
authorWilly Tarreau <w@1wt.eu>
Wed, 9 May 2007 19:57:51 +0000 (21:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 May 2007 19:57:51 +0000 (21:57 +0200)
commitdc246a7f3e0f6e575b89b38ee84d50b072bd7a72
tree6da4f88f72df2f96f221ca4dda6c451cfd23bc9b
parent61beedfb8c1efc3da13eab26d95049c0f95af895
[BUG] two missing states in sepoll transition matrix

Two states were missing in the speculative epoll state transition
matrix. This could cause some timeouts and unhandled events. The
problem showed up in TCP mode with a fast server at high session
rates, but could in theory also affect HTTP mode.
src/ev_sepoll.c