Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.014
Fixed in: (no value)



Subject: acceptSSL-timeout.t hangs on Windows
when @ISA is IO::Socket::INET6 1..15 ok # listening @127.0.0.1:1034 # server >> OK << ok # [server] OK # server >> Waiting << ok # [server] Waiting # client_ssl >> OK << ok # [client_ssl] OK (hangs) -- Alexandr Ciornii, http://chorny.net
IPv6 is not installed -- Alexandr Ciornii, http://chorny.net
Am Di 05. Mai 2015, 06:02:51, CHORNY schrieb: Show quoted text
> IPv6 is not installed >
So you have no IPv6 on this machine (not even ::1) and you have IO::Socket::INET6 installed, right? Which version of IO::Socket::INET6 and Perl you are using for this tests?
On Tue May 05 06:15:59 2015, SULLR wrote: Show quoted text
> Am Di 05. Mai 2015, 06:02:51, CHORNY schrieb:
> > IPv6 is not installed > >
> > So you have no IPv6 on this machine (not even ::1) and you have > IO::Socket::INET6 installed, right?
yes, IO::Socket::INET6 comes with Strawberry Show quoted text
> Which version of IO::Socket::INET6 and Perl you are using for this > tests?
5.18.2 MSWin32-x86-multi-thread-64int IO::Socket::INET6 2.71 5.18.2 MSWin32-x86-multi-thread IO::Socket::INET6 2.71 5.16.0 MSWin32-x86-multi-thread IO::Socket::INET6 2.71 Does not hang with IO::Socket::INET 5.10.1 MSWin32-x86-multi-thread IO::Socket::INET 1.31 -- Alexandr Ciornii, http://chorny.net
This looks like a bug in IO::Socket::INET6 on Windows, where it hangs when resolving 127.0.0.1 instead of identifying it as an IPv4 address immediately. Worked around it by enforcing Domain AF_INET in tests. Fixes are in 2.015.