noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 60 forks source link

Avoid corrupting $! in debug function + avoid leaving SSL errors in the error queue after SSL I/O operations #146

Closed Yaribz closed 1 year ago

Yaribz commented 1 year ago

Various changes I performed in IO::Socket::SSL to investigate and fix the spurious disconnections I encountered (tested on Linux and Windows):

noxxi commented 1 year ago

Thanks for your contribution.

Yaribz commented 1 year ago

Thanks for merging (I think you forgot issue #144 in the Changes file in the release commit).