]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: connection: remove a few synchronous calls to polling updates
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Dec 2012 16:03:52 +0000 (17:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Dec 2012 16:03:52 +0000 (17:03 +0100)
commitd486ef5045dcaa24ae57b538082e9c9a80e7235f
treed33c3672004d80b8d3ef3fa3a5810703de825aa8
parentd29a06689fb32c76e5715438734d1af3ad0d38d3
BUG/MINOR: connection: remove a few synchronous calls to polling updates

There were a few synchronous calls to polling updates in some functions
called from the connection handler. These ones are not needed and should
be replaced by more efficient and more debugable asynchronous calls.
src/connection.c
src/proto_tcp.c
src/stream_interface.c