commit | 7d28149e92968d06923f3ad49152c905697f74ba | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 16 19:19:13 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 17 01:14:25 2012 +0100 |
tree | 68603cae01a22296b2ff9f0953207851d27ff1de | |
parent | b01658706809693e8a018999a93948828b3a14ff [diff] |
BUG/MEDIUM: connection: always update connection flags prior to computing polling stream_int_chk_rcv_conn() did not clear connection flags before updating them. It is unsure whether this could have caused the stalled transfers that have been reported since dev15. In order to avoid such further issues, we now use a simple inline function to do all the job.