]> Sergey Matveev's repositories - public-inbox.git/commit
http: support async_pass for Danga::Socket
authorEric Wong <e@80x24.org>
Sat, 21 May 2016 23:45:27 +0000 (23:45 +0000)
committerEric Wong <e@80x24.org>
Sat, 21 May 2016 23:46:06 +0000 (23:46 +0000)
commit231c19b5c925f1fd40910508a17d370352710e8d
tree81cbc756da39cfde0760b3dde94b81b0e510a964
parent7b894cec6bed52cb0ad60d87447cd9e0f7efd0c6
http: support async_pass for Danga::Socket

This will allow us to minimize buffering after we wait
(possibly a long time) for readability.  This also greatly
reduces the amount of Danga::Socket-specific knowledge we
have in our PSGI code, making it easier for others to
understand.
lib/PublicInbox/HTTP.pm
lib/PublicInbox/HTTPD/Async.pm