mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 17:12:46 +02:00
This reverts commit 1208266356.
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.