]> Sergey Matveev's repositories - public-inbox.git/commit
http: rework async_pass support
authorEric Wong <e@80x24.org>
Sun, 22 May 2016 03:58:00 +0000 (03:58 +0000)
committerEric Wong <e@80x24.org>
Sun, 22 May 2016 09:05:00 +0000 (09:05 +0000)
commit5f1e464e0ea66f0be884f9df0a260dfafabfbee1
tree13e886428cc2e6f75734a3e6f3f463b61c6c3522
parentbe964491217f27aa01652becd5a173c5044772f4
http: rework async_pass support

Unfortunately, the original design did not work because
middleware can wrap the response body and make `async_pass'
invisible to HTTP.pm
lib/PublicInbox/HTTP.pm
lib/PublicInbox/HTTPD/Async.pm