wai-app-file-cgi 3.0.1 → 3.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Network/Wai/Application/Classic/RevProxy.hs view
@@ -58,7 +58,7 @@ reqToHReq req route = def { H.host = revProxyDomain route , H.port = revProxyPort route- , H.secure = isSecure req+ , H.secure = False -- FIXME: upstream is HTTP only , H.requestHeaders = addForwardedFor req $ filter headerToBeRelay hdr , H.path = pathByteString path' , H.queryString = dropQuestion query
wai-app-file-cgi.cabal view
@@ -1,5 +1,5 @@ Name: wai-app-file-cgi-Version: 3.0.1+Version: 3.0.2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3