commit | 44b5dc6f8548bbdc33ed4b640afc151714119675 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Fri Aug 24 12:12:53 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:31 2012 +0200 |
tree | 6f7b05ae71143998bd2dd3ab0bd5eaf171aedd88 | |
parent | 96199b101658e5cf1c67079d273535229a565c21 [diff] |
MAJOR: stream-interface: make conn_notify_si() more robust This function was relying on the result of file descriptor polling which is inappropriate as it may be subject to race conditions during handshakes. Make it more robust by relying solely on buffer activity.