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  71b8f947e1b190dbecf02d7625527d422198df91 (commit)
      from  ef0c08e562f6522a6e5e0186ab66a4980efa3f12 (commit)


Summary of changes:
 src/Snap/Internal/Http/Parser.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 71b8f947e1b190dbecf02d7625527d422198df91
Author: Gregory Collins <[email protected]>
Date:   Thu Mar 31 20:00:08 2011 +0200

    Fix typo in new parser (oops)

diff --git a/src/Snap/Internal/Http/Parser.hs b/src/Snap/Internal/Http/Parser.hs
index e07e08a..4ac1ec6 100644
--- a/src/Snap/Internal/Http/Parser.hs
+++ b/src/Snap/Internal/Http/Parser.hs
@@ -109,7 +109,7 @@ pLine = continue $ k S.empty
       where
         (!a,!b) = S.breakSubstring "\r\n" s
         !s      = S.append pre s'
-        !s      = S.concat xs
+        !s'     = S.concat xs
 
 
 ------------------------------------------------------------------------------
-----------------------------------------------------------------------


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

Reply via email to