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-core".
The branch, master has been updated
via 99be8d70460b9ecd823fc27051a60ba105abd2cf (commit)
from 9ad03542a5a4858d4b8841749129e65e7b889651 (commit)
Summary of changes:
src/Snap/Util/GZip.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 99be8d70460b9ecd823fc27051a60ba105abd2cf
Author: Gregory Collins <[email protected]>
Date: Fri May 28 10:04:33 2010 -0400
Add more characters to the list we will accept in accept-encodings
diff --git a/src/Snap/Util/GZip.hs b/src/Snap/Util/GZip.hs
index 3c26c54..9a6d2dc 100644
--- a/src/Snap/Util/GZip.hs
+++ b/src/Snap/Util/GZip.hs
@@ -300,7 +300,7 @@ acceptParser = do
coding = string "*" <|> takeWhile isCodingChar
- isCodingChar ch = isAlpha_ascii ch || ch == '-'
+ isCodingChar ch = isDigit ch || isAlpha_ascii ch || ch == '-' || ch == '_'
float = takeWhile isDigit >>
option () (char '.' >> takeWhile isDigit >> pure ())
-----------------------------------------------------------------------
hooks/post-receive
--
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap