note
This commit is contained in:
parent
0e84de938e
commit
dbbd65e035
1 changed files with 1 additions and 1 deletions
|
@ -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) $
|
||||
|
|
Loading…
Add table
Reference in a new issue