Skip Menu |

This queue is for tickets about the POEx-HTTP-Server CPAN distribution.

Report information
The Basics
Id: 68953
Status: resolved
Priority: 0/
Queue: POEx-HTTP-Server

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

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



Subject: retry non functional
The retry method does not ever call do_retry. I've never used the multiplexer, but by adding do_retry into the package_states it resolved the issue so I presume this is the required fix. --- POEx/HTTP/Server.pm.bak 2011-06-20 10:59:39.000000000 -0500 +++ POEx/HTTP/Server.pm 2011-06-20 10:47:52.000000000 -0500 @@ -284,7 +284,7 @@ error shutdown ) ], $package => [ qw( _start build_server - accept retry close + accept retry do_retry close handlers_get handlers_add handlers_remove prefork_child prefork_accept prefork_parent prefork_shutdown
Fixed in 0.0802. Though I wish I had a test.