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>