summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-06 15:57:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-06 15:57:18 -0400
commit97e497cc5fcff2e2f86c93158fdaf312ead4cb8c (patch)
tree675c0aec305eb017e8ca94c782c565a5ac8de377 /Assistant
parent4225df71b1d28fc4cca2487ba5ee5f42d10c2132 (diff)
note
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/XMPP/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/XMPP/Git.hs b/Assistant/XMPP/Git.hs
index b00d587d0..ea14e09cc 100644
--- a/Assistant/XMPP/Git.hs
+++ b/Assistant/XMPP/Git.hs
@@ -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) $