commit | 8663105095b1f92d91450c33fc447bb679152489 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 13 11:34:42 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 13 11:34:42 2014 +0100 |
tree | f9accfc1209958308c0aeb1d1222429641c5ee78 | |
parent | 17edc81e7ec5972305f819a08ff2574839d7a53a [diff] |
BUG: Revert "OPTIM: poll: restore polling after a poll/stop/want sequence" This reverts commit 12082663561aa2189d243328060c399f2fd95860. It randomly breaks SSL. What happens is that if the SSL response is read at once by the SSL stack and is partially delivered to the buffer, then there's no way to read the next parts because we wait for some polling first. So we'll fix this after the polling rework.