From a9cab9c477b74b3b828c26aa64e70d88c9d6744c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 7 Jan 2019 09:09:51 +0000 Subject: doc: various overview-level module comments Hopefully this helps people familiarize themselves with the source code. --- lib/PublicInbox/WwwStream.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/PublicInbox/WwwStream.pm') diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index d39f5511..e548f00f 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -2,6 +2,10 @@ # License: AGPL-3.0+ # # HTML 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::WwwStream; use strict; use warnings; -- cgit v1.2.3-24-ge0c7