commit | d486ef5045dcaa24ae57b538082e9c9a80e7235f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 10 17:03:52 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 10 17:03:52 2012 +0100 |
tree | d33c3672004d80b8d3ef3fa3a5810703de825aa8 | |
parent | d29a06689fb32c76e5715438734d1af3ad0d38d3 [diff] |
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.