Skip Menu |

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

Report information
The Basics
Id: 69302
Status: resolved
Priority: 0/
Queue: HTTP-Daemon

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

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



Subject: support IO::Socket::UNIX
It would be nice if instead of subclassing from IO::Socket::INET, HTTP::Daemon subclasses from IO::Socket (or perhaps IO::Handle). This way it can support HTTP daemon listening to, say, Unix socket (as a note, Starman also supports serving HTTP requests over Unix socket).
From: sharyanto [...] cpan.org
On Tue Jul 05 22:02:40 2011, SHARYANTO wrote: Show quoted text
> It would be nice if instead of subclassing from IO::Socket::INET, > HTTP::Daemon subclasses from IO::Socket (or perhaps IO::Handle). This
way Show quoted text
> it can support HTTP daemon listening to, say, Unix socket (as a note, > Starman also supports serving HTTP requests over Unix socket).
Btw, I just wrote a quick hack to allow HTTP::Daemon to serve over Unix socket: HTTP::Daemon::UNIX (on CPAN shortly). Regards, Steven