Skip Menu |

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

Report information
The Basics
Id: 78330
Status: rejected
Priority: 0/
Queue: IO-Socket-IP

People
Owner: Nobody in particular
Requestors: ruvolof [...] gmail.com
Cc:
AdminCc:

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



Subject: IO::Socket::IP doesn't work with HTTP::AppServer
I've attached a minimal runnable system to reproduce the bug. I've bundled all modules needed to run the application but the newer version of Socket.pm, that I wasn't able to bundle. Extract the archive and run './start_server.pl'. The server can now be accessed on 127.0.0.1:3000 but not on [::1]:3000. Let me know if I can help you with any other info or test. Cheers, Francesco
Subject: http_ipv6.tar.gz
Download http_ipv6.tar.gz
application/x-gzip 78.8k

Message body not shown because it is not plain text.

OK, looking over all that code, I notice that it doesn't actually use IO::Socket anywhere. It uses Socket directly, and performs its own syscalls using that, completely bypassing IO::Socket itself. As a result, it wouldn't use IO::Socket::IP at all. This would have to be fixed in HTTP::Server::Simple. (also which I notice has a great number of other style and legacy bugs in it). -- Paul Evans