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