This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-server".

The branch, master has been updated
       via  8f2ffc3637ce50759dc6c0d946703ffecd8c4dcf (commit)
      from  69d0c1ba70f71a5124a671bdacb66f29e10d1f13 (commit)


Summary of changes:
 src/Snap/Internal/Http/Server/LibevBackend.hsc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f2ffc3637ce50759dc6c0d946703ffecd8c4dcf
Author: Shu-yu Guo <[email protected]>
Date:   Tue May 25 02:27:52 2010 -0700

    Remove debugging exception

diff --git a/src/Snap/Internal/Http/Server/LibevBackend.hsc 
b/src/Snap/Internal/Http/Server/LibevBackend.hsc
index c95a6c3..957aef0 100644
--- a/src/Snap/Internal/Http/Server/LibevBackend.hsc
+++ b/src/Snap/Internal/Http/Server/LibevBackend.hsc
@@ -735,6 +735,6 @@ writeOut conn = IterateeG out
 
         case ee of
           -- XXX Should we really be returning Done () here?
-          (Left e)  -> error (show e) -- return $ Done () (EOF $ Just $ Err $ 
show e)
+          (Left e)  -> return $ Done () (EOF $ Just $ Err $ show e)
           (Right _) -> return $ Cont (writeOut conn) Nothing
 
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to