739125f23e3312045e620014812fe2249a309cc4 |
|
12-Oct-2012 |
Timo Sirainen <tss@iki.fi> |
lib-ssl-iostream: Make the input buffering behave the same as in file-istream
Previously i_stream_read(ssl_input) could have still left some data buffered
into the underlying file-istream, which meant that I/O loop didn't detect
any new input from the fd and the connection got stuck. |