]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: stream_interface: continue to update data polling flags during handshakes
authorWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 14:51:27 +0000 (16:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:49:13 +0000 (20:49 +0200)
commit34ffd776487d6718385030ab9c1696df7abda5ee
tree91c4cf395e01546ea1f490bc66df27a4c71df9a5
parentd9de7ca3d021516710f0abdb84b2ad70393e51e7
MAJOR: stream_interface: continue to update data polling flags during handshakes

Since data and socket polling flags were split, it became possible to update
data flags even during handshakes. In fact this is very important otherwise
it is not possible to poll for writes if some data are to be forwarded during
a handshake (eg: data received during an SSL connect).
src/stream_interface.c