Subject: | Bad arg length for Socket6::unpack_sockaddr_in6, length is 16, should be 28 |
I use LWP::Protocol::socks to add socks support to WWW::Mechanize and
when IO::Socket::INET6 is installed I get this error when trying to
retrieve https web pages:
500 Bad arg length for Socket6::unpack_sockaddr_in6, length is 16,
should be 28
Which makes the request fail. When uninstalling IO::Socket::INET6 all is
good again.
This bug is triggered without using directly the module, just having it
installed.