]> Sergey Matveev's repositories - public-inbox.git/commit
use pipe for git-http-backend output
authorEric Wong <e@80x24.org>
Thu, 25 Feb 2016 04:02:35 +0000 (04:02 +0000)
committerEric Wong <e@80x24.org>
Thu, 25 Feb 2016 04:03:07 +0000 (04:03 +0000)
commitda55b58b7205de38c466aca2d452ef67677f1753
tree0bcf24bd5705fd3fad4196431bb4a8e759ff57c2
parent57cbe47ad5e935f5071e37b07c0a2bdcc91beea0
use pipe for git-http-backend output

This allows us to stream the output to the client without buffering
everything up-front.  Next, we'll let Danga::Socket (or AE in the
future) wait for readability.
lib/PublicInbox/GitHTTPBackend.pm