snap-server 0.1.1 → 0.1.2
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- extra/haddock.css +1/−1
- snap-server.cabal +1/−1
- src/Snap/Internal/Http/Server.hs +1/−1
extra/haddock.css view
@@ -50,7 +50,7 @@ BODY { -moz-border-radius:5px; -webkit-border-radius:5px;- width: 90ex;+ width: 50em; margin: 2em auto; padding: 0; background-color: #ffffff;
snap-server.cabal view
@@ -1,5 +1,5 @@ name: snap-server-version: 0.1.1+version: 0.1.2 synopsis: A fast, iteratee-based, epoll-enabled web server for the Snap Framework description: This is the first developer prerelease of the Snap framework. Snap is a
src/Snap/Internal/Http/Server.hs view
@@ -445,7 +445,7 @@ cookies = maybe [] (catMaybes . map parseCookie)- (Map.lookup "set-cookie" hdrs)+ (Map.lookup "cookie" hdrs) contextPath = "/"