Hello,

Have you tried closing the socket and checking the buffer again? Just had a similar problem the other day, and the data became available after the socket was closed.

Thanks,
Navdeep Bains
Bains Software

On Oct 9, 2006, at 12:08 AM, Don Lunder wrote:

Hello,

I am using a SSLSocket, however when I receive a small amount of data from the server (looks to be about 74 bytes) my code gets stuck waiting for the data.

What can I do to get the rest of the data to flush? I don't see a way to make the server send more data to pad the 512 byte block (noted in the Language Reference).

Looking at the OpenSSL docs, there seems to be a SSL_MODE_AUTO_RETRY (http://www.openssl.org/docs/ssl/ SSL_CTX_set_mode.html) that might help with this problem.

Anyone have recommendations or a possible solution?

Thanks,

Don
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to