commit | 8a8188301b710b244a57d5e0aff00e1e5ee27882 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 27 21:10:25 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 02 10:19:05 2008 +0100 |
tree | 9890ed76efc916887260ac8f118c679a74f7d467 | |
parent | 2ac679d9aaaa71609f1d26ba66b79fcc18daaaf3 [diff] |
[MEDIUM] process_srv_data: ensure that we always correctly re-arm timeouts We really want to ensure that we don't miss a timeout update and do not update them for nothing. So the code takes care of updating the timeout in the two following circumstances : - it was not set - some I/O has been performed Maybe we'll be able to remove that from stream_sock_{read|write}, or we'll find a way to ensure that we never have to re-enable this.