about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-03 00:24:06 +0000
committerEric Wong <e@80x24.org>2016-12-03 01:48:14 +0000
commit95d4bf7aded41cb3b0040c321d315532f68633e1 (patch)
treeb971609ef6fd3665d7d68352600d22ffe5b05cf8 /MANIFEST
parent21f5b7a8bcd942b19475c1c0c265f39dfdf93608 (diff)
downloadpublic-inbox-95d4bf7aded41cb3b0040c321d315532f68633e1.tar.gz
This will let us stream larger Atom documents bodies without
wasting too much memory and reduce the amount of round-trip
requests needed to get necessary information.

Hopefully clients are using streaming (SAX) parsers, too.

This is the final transition in the core public-inbox
code to allow migrating to a "pull"-based body streaming
scheme which allows a HTTP server to respond appropriately
to backpressure from slow clients.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 3a4d7c4d..3388b1a1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -88,6 +88,7 @@ lib/PublicInbox/View.pm
 lib/PublicInbox/WWW.pm
 lib/PublicInbox/WWW.pod
 lib/PublicInbox/WatchMaildir.pm
+lib/PublicInbox/WwwAtomStream.pm
 lib/PublicInbox/WwwAttach.pm
 lib/PublicInbox/WwwStream.pm
 lib/PublicInbox/WwwText.pm