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.