Subject: | Bug, Whishlist |
Date: | Tue, 23 Sep 2008 23:28:07 +0200 (CEST) |
To: | <bug-HTTP-Server-Multiplex [...] rt.cpan.org> |
From: | <cpan [...] hachiman.hu> |
Hello!
I found HTTP::Server::Multiplex because I searchd for something quick
HTTP server solution in perl.
I would like to write a quick CGI program in the base of something like
this Multiplex solution.
I Tried to use the modules.
I found a bug:
Can't locate object method "str2time" via package "Tue, 23 Sep 2008
17:53:03 GMT" (perhaps you forgot to load "Tue, 23 Sep 2008 17:53:03
GMT"?) at /usr/local/share/perl/5.8.8/HTTP/Server/Connection.pm line 383.
firefox [shift+reload] reloads unconditionally, but simple
[reload] click cause this fault. I think this line was never tested.
I see it's a new
module, with a lot of idea what I like, (No forking)
And a lot of todo, what should be done before it is good for me.
But its not a good idea,
to write it twice (me and you also), or
to wait for you if you dont plan to do it ASAP
I'm interested in CGI-like interface,
as I could use my own perl routines to respond for a HTTP request,
I dont even want my perl routine run in a separate process,
neither require to speak exact CGI.
Just want my perl HTTPserver, to process some URI with a perl code.
What do you think about it?
Some suggested info about 'bug'
perl, v5.8.8 built for i486-linux-gnu-thread-multi
HTTP::Server::Connection 0.10
Bye cpan@hachiman.hu