From: Eric Wong Date: Fri, 26 Feb 2016 09:14:21 +0000 (+0000) Subject: daemon: update comment about usage in httpd X-Git-Tag: v1.0.0~703 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=c3c73cd734203b4ab5d840dcc7e3e733100b1957 daemon: update comment about usage in httpd Writing a read-only IMAP server isn't out-of-scope, either, but I've never studiied the IMAP protocol, much, unlike HTTP/1.x or even NNTP. --- diff --git a/lib/PublicInbox/Daemon.pm b/lib/PublicInbox/Daemon.pm index 02d2dc5d..2878e33b 100644 --- a/lib/PublicInbox/Daemon.pm +++ b/lib/PublicInbox/Daemon.pm @@ -2,7 +2,7 @@ # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) package PublicInbox::Daemon; # empty class :p -# contains common daemon code for the nntpd server. +# contains common daemon code for the nntpd and httpd servers. # This may be used for read-only IMAP server if we decide to implement it. package main; use strict;