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 c7cb0c76171f6132a34d8142adda364945a481db (commit)
from 5720672e1ed87ed4cf4ebb889fdcb0b9d1eeccc1 (commit)
Summary of changes:
src/Snap/Internal/Http/Server.hs | 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 c7cb0c76171f6132a34d8142adda364945a481db
Author: Mighty Byte <[email protected]>
Date: Thu Jun 3 11:44:09 2010 -0400
Fix space leak.
diff --git a/src/Snap/Internal/Http/Server.hs b/src/Snap/Internal/Http/Server.hs
index da9c13b..f8bd2f3 100644
--- a/src/Snap/Internal/Http/Server.hs
+++ b/src/Snap/Internal/Http/Server.hs
@@ -353,7 +353,7 @@ httpSession writeEnd' ibuf onSendFile tickle handler = do
if cc
then return ()
- else httpSession writeEnd ibuf onSendFile tickle handler
+ else httpSession writeEnd' ibuf onSendFile tickle handler
Nothing -> return ()
-----------------------------------------------------------------------
hooks/post-receive
--
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap