commit | 9f7c6a183b15b7e61fc433e8d287d0c29a78e611 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 19 16:43:14 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 19 17:11:00 2012 +0100 |
tree | 99187eb74182967dcd15e1e28dbdfbf767a28444 | |
parent | bc174aa1444fa5a07b4de250123ac16759cc3c8b [diff] |
BUG/MAJOR: stream_interface: certain workloads could cause get stuck Some very specifically scheduled workloads could sometimes get stuck when data receive was disabled due to buffer full then re-enabled due to a full send(). A conn_data_want_recv() had to be set again in this specific case. This bug was introduced with connection rework and polling changes in dev12.