Skip Menu |

This queue is for tickets about the HTTP-Daemon-Threaded CPAN distribution.

Report information
The Basics
Id: 43628
Status: new
Priority: 0/
Queue: HTTP-Daemon-Threaded

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

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



Hi, I'm doing some development with your HTTP::Daemon::Threaded. It looks promissing, but I'm getting an invalid content-length on POST requests due to a call to CGI->new() in WebClient.pm that strips-out stdin contents: my $cgiobj = CGI->new(); If I assign $cgiobj={} for instance, it works correctly. A user-supplied flag that controls whether CGI should be initialized before calling a handleCGI() method would be nice. --rodrigo