Re: Socket left in CLOSE_WAIT state...

2010-04-21 Thread Matthew Allen
ot;do_ms" thing would run for hours using up 100% of the core it was running on and just never seem to finish. Ended up killing it and posting on the mailing list instead. Just FYI. -- Matthew Allen http://www.memecode.com _

Socket left in CLOSE_WAIT state...

2010-04-21 Thread Matthew Allen
BIO_new_ssl_connect failed.\n"); if (Ssl) { SSL_shutdown(Ssl); SSL_free(Ssl); } /* At this point I expect the socket should have disappeared, but it's still there hanging around in CLOSE_WAIT..

RE: SSL_shutdown

2008-02-11 Thread Matthew Allen
> Library->BIO_free_all(Bio); > //if (Library->SSL_shutdown(Ssl) == 0) > // Library->SSL_shutdown(Ssl); > // Library->SSL_free(Ssl); // Do I need this or not? (doesn't help > the TCP socket issue) > > Would be my best guess. Thats working

SSL_shutdown

2008-02-10 Thread Matthew Allen
the whole file if you want, but I doubt I can post it all here on the list. (Maybe as an attachment?) Can anybody point me in the right direction? Regards -- Matthew Allen __ OpenSSL Project