Skip Menu |

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

Report information
The Basics
Id: 39555
Status: resolved
Priority: 0/
Queue: HTTP-Server-Multiplex

People
Owner: Nobody in particular
Requestors: cpan [...] hachiman.hu
Cc:
AdminCc:

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



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
Subject: Re: [rt.cpan.org #39555] Bug, Whishlist
Date: Fri, 26 Sep 2008 22:23:20 +0200
To: "cpan [...] hachiman.hu via RT" <bug-HTTP-Server-Multiplex [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* cpan@hachiman.hu via RT (bug-HTTP-Server-Multiplex@rt.cpan.org) [080923 21:28]: Show quoted text
> Tue Sep 23 17:28:43 2008: Request 39555 was acted upon. > Transaction: Ticket created by cpan@hachiman.hu > Queue: HTTP-Server-Multiplex > Subject: Bug, Whishlist > Requestors: cpan@hachiman.hu > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39555 >
Please: if you have multiple things to report then use seperate tickets. And use a suitable subject. Show quoted text
> 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. > I think this line was never tested.
True. You are a brave person to use this very new module. Although: I will fix fast (when I am not on holiday, as happened this week). Show quoted text
> 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.
See VirtualHost option "handlers". What I like to add is a standard option parser. Probably in the next release, available soon. There is also a need for more examples and real CGI. Not too hard, just needs some of my sparse time. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
fix in 0.03, just released