]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/GetlineBody.pm
doc: various overview-level module comments
[public-inbox.git] / lib / PublicInbox / GetlineBody.pm
index 7fcd7c03554cb7791136ad4a14dc3f917b890f8c..ea07f3d6dd0de1d031012c62372754dbc91acd49 100644 (file)
@@ -4,6 +4,10 @@
 # Wrap a pipe or file for PSGI streaming response bodies and calls the
 # end callback when the object goes out-of-scope.
 # This depends on rpipe being _blocking_ on getline.
+#
+# 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::GetlineBody;
 use strict;
 use warnings;