Re: Behaviour of SSL_read()

2001-07-24 Thread Lutz Jaenicke
On Tue, Jul 24, 2001 at 09:11:32AM +0100, Michael Playle wrote: >I've noticed that SSL_read() will either read from the socket, or > return buffered data, but never both. That is, if there are (eg) 1000 > bytes of data waiting to be read, and I call SSL_read() asking for > 1500 bytes, it will

Behaviour of SSL_read()

2001-07-24 Thread Michael Playle
Hi, I've noticed that SSL_read() will either read from the socket, or return buffered data, but never both. That is, if there are (eg) 1000 bytes of data waiting to be read, and I call SSL_read() asking for 1500 bytes, it will return only the 1000 buffered bytes, rather than reading from th