wai-middleware-delegate 0.1.2.4 → 0.1.3.0
raw patch · 3 files changed
+6/−3 lines, 3 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
ChangeLog.md view
@@ -2,6 +2,10 @@ `wai-middleware-delegate` uses [PVP Versioning][1]. +## 0.1.3.0 -- 2022-08-09++* Bump a dependency - switch to text-2.0+ ## 0.1.2.4 -- 2021-09-30 * Fix cabal reference to data files
src/Network/Wai/Middleware/Delegate.hs view
@@ -124,7 +124,6 @@ -- we may connect requests to secure sites, when we do, we will not have -- seen their URI properly | Wai.requestMethod req == "CONNECT" = do- putStrLn $ "Seen a CONNECT !!! to path " ++ (C8.unpack $ Wai.rawPathInfo req) respond $ responseRawSource (handleConnect req) (Wai.responseLBS status500 [("Content-Type", "text/plain")] "method CONNECT is not supported") | otherwise = do
wai-middleware-delegate.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: wai-middleware-delegate-version: 0.1.2.4+version: 0.1.3.0 synopsis: WAI middleware that delegates handling of requests. description: [WAI](http://hackage.haskell.org/package/wai) middleware that intercepts requests@@ -46,7 +46,7 @@ , http-conduit ^>=2.3.2 , http-types >=0.12.1 && <0.13.0 , streaming-commons >=0.2.1.0 && <0.3.0.0- , text ^>=1.2.3.0+ , text ^>=2.0 , wai ^>=3.2 , wai-conduit ^>=3.0.0.4