Skip Menu |

This queue is for tickets about the POE-Test-Loops CPAN distribution.

Report information
The Basics
Id: 49384
Status: resolved
Priority: 0/
Queue: POE-Test-Loops

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: wheel_tail.pm and comp_tcp.pm server on 0.0.0.0
wheel_tail.pm and comp_tcp.pm try to listen as server on 0.0.0.0 alerted via POE-1.266/t/30_loops/select/comp_tcp.t POE-1.266/t/30_loops/select/wheel_tail.t POE-1.266/t/90_regression/cfedde-filter-httpd.t I think it is POE::Component::Server::TCP->new() calls Thanks
On Wed Sep 02 19:54:56 2009, noreply wrote: Show quoted text
> wheel_tail.pm and comp_tcp.pm try to listen as server on 0.0.0.0 > > alerted via > POE-1.266/t/30_loops/select/comp_tcp.t > POE-1.266/t/30_loops/select/wheel_tail.t > POE-1.266/t/90_regression/cfedde-filter-httpd.t > > I think it is POE::Component::Server::TCP->new() calls > > Thanks
You are correct. These tests are using POE::Component::Server::TCP's default bind address, INADDR_ANY (generally '0.0.0.0'). Is this a bad idea? Is something breaking? Help me understand why the change should be made.
"Fix" committed as revisions 2672 and 2673. Thank you, anonymous reporter.