BUG: Revert "OPTIM: poll: restore polling after a poll/stop/want sequence"
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Jan 2014 10:34:42 +0000 (11:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Jan 2014 10:34:42 +0000 (11:34 +0100)
commit8663105095b1f92d91450c33fc447bb679152489
treef9accfc1209958308c0aeb1d1222429641c5ee78
parent17edc81e7ec5972305f819a08ff2574839d7a53a
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.
include/proto/fd.h