NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Egads... (Score:3, Insightful)
This is made even more twisted by the fact that I'm doing the same thing within RPC::XML::Server when the user opts for Net::Server over HTTP::Daemon. Unfortunately, I still have to load the latter, since I don't want to re-write the HTTP header-parsing code Gisle has already done. I'd love to have that part in a separately-loadable chunk.
You know, in theory you should be able to use SSL sockets with my module directly, but I think I have an as-yet-unapplied patch somewhere that the server class needs...
--rjray
Reply to This