]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwAtomStream.pm
doc: various overview-level module comments
[public-inbox.git] / lib / PublicInbox / WwwAtomStream.pm
index 38eba2a044832b93c8d55672a92151c24a59da57..712c3dc88e34a3c210d6f74ac2ebd013c2863f91 100644 (file)
@@ -2,6 +2,9 @@
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # Atom body stream for which yields getline+close methods
+# public-inbox-httpd favors "getline" response bodies to take a
+# "pull"-based approach to feeding slow clients (as opposed to a
+# more common "push" model)
 package PublicInbox::WwwAtomStream;
 use strict;
 use warnings;