Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 536
Status: resolved
Priority: 0/
Queue: IO-Socket-SSL

People
Owner: Nobody in particular
Requestors: palm [...] nogui.se
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.81
Fixed in: 0.80



Subject: untie attempted while 1 inner references still exist
Greetings! Env: Red Hat 7.1, Perl 5.6.0, IO-Socket-SSL-0.81, Net_SSLeay.pm-1.15, openssl-0.9.6b, SOAP-Lite-0.55 Under SOAP::Lite I consistently get: "untie attempted while 1 inner references still exist at /usr/lib/perl5/site_perl/5.6.0/IO/Socket/SSL.pm line 470." on the server side whenever SOAP calls the close() method. This does not occur with IO-Socket-SSL-0.80, since the code that causes it is commented out in that version.