From dbbd65e035546d909413f474345290f81ca30e34 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Nov 2012 15:57:18 -0400 Subject: [PATCH] note --- Assistant/XMPP/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/XMPP/Git.hs b/Assistant/XMPP/Git.hs index b00d587d01..ea14e09cc7 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) $