warp 2.1.1.1 → 2.1.1.2
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- Network/Wai/Handler/Warp/Response.hs +2/−1
- warp.cabal +1/−1
Network/Wai/Handler/Warp/Response.hs view
@@ -119,7 +119,8 @@ -- This function does not insert Content-Encoding. It's middleware's -- responsibility. ----- The Server header is added if not exist in HTTP response header.+-- The Date and Server header is added if not exist+-- in HTTP response header. -- -- There are three basic APIs to create 'Response': --
warp.cabal view
@@ -1,5 +1,5 @@ Name: warp-Version: 2.1.1.1+Version: 2.1.1.2 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE