]> Sergey Matveev's repositories - public-inbox.git/commitdiff
daemon: update comment about usage in httpd
authorEric Wong <e@80x24.org>
Fri, 26 Feb 2016 09:14:21 +0000 (09:14 +0000)
committerEric Wong <e@80x24.org>
Fri, 26 Feb 2016 09:14:21 +0000 (09:14 +0000)
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.

lib/PublicInbox/Daemon.pm

index 02d2dc5dd0659cc02875c644ddf7c1e0a3303c12..2878e33b7a155aff13ed0bffdc0c832d7b464c38 100644 (file)
@@ -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;