>From what I can see it is impossible to create a client and server
interaction that allows the following behavior using Net::SSLeay

client sends data to the server

server handles data

server waits for more data from the same client over the same connection

Pay close attention to that last line, it seems the only way to get
write() to hangup is to send a shutdown $socket, 1;

I have tried to use write_CRLF() and read_CRLF() but they do not act as
described.  If anyone actually HAS done this, I would be most pleased to
see an example, or even what the respective calls are on either side of
the connection.

-blue0ne



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to