]> Sergey Matveev's repositories - public-inbox.git/commit
http: clarify intent for persistence
authorEric Wong <e@80x24.org>
Wed, 6 Apr 2016 05:38:53 +0000 (05:38 +0000)
committerEric Wong <e@80x24.org>
Wed, 6 Apr 2016 05:39:07 +0000 (05:39 +0000)
commitc3eeaf664cf0458b075c2f23b18abeb5d720058e
tree31a44ff3b516e12e9030505d4b1f6ac9dbc4e76b
parent487bb3b2e43db8e8ebc0340039f7f22b79d45b25
http: clarify intent for persistence

We don't actually need to know if a response is chunked or
what the actual Content-Length is; we just need to know if
the PSGI app properly terminated the response so we can
handle persistent connections.
lib/PublicInbox/HTTP.pm