warp 2.0.0 → 2.0.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Network/Wai/Handler/Warp/Response.hs +1/−1
- warp.cabal +1/−1
Network/Wai/Handler/Warp/Response.hs view
@@ -100,7 +100,7 @@ -- Especially, Applications/middlewares MUST take care of -- Content-Length, Content-Range, and Transfer-Encoding -- because they are inserted, when necessary,--- regardless they alredy exist.+-- regardless they already exist. -- This function does not insert Content-Encoding. It's middleware's -- responsibility. --
warp.cabal view
@@ -1,5 +1,5 @@ Name: warp-Version: 2.0.0+Version: 2.0.0.1 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE