This commit is contained in:
Joey Hess 2012-11-06 15:57:18 -04:00
parent 0e84de938e
commit dbbd65e035

View file

@ -151,7 +151,7 @@ xmppGitRelay = do
hSetBuffering outh NoBuffering
{- Is it possible to set up pipes and not need to copy the data
- ourselves? -}
- ourselves? See splice(2) -}
void $ forkIO $ forever $ do
b <- B.hGetSome inh 1024
when (B.null b) $