packages feed

wai-websockets 2.0.0 → 2.0.0.1

raw patch · 2 files changed

+5/−2 lines, 2 files

Files

Network/Wai/Handler/WebSockets.hs view
@@ -37,7 +37,10 @@         | otherwise                      -> Nothing     _                                    -> Nothing     where-        req' = WS.RequestHead (Wai.rawPathInfo req) (Wai.requestHeaders req) (Wai.isSecure req)+        req' = WS.RequestHead+            (Wai.rawPathInfo req `BC.append` Wai.rawQueryString req)+            (Wai.requestHeaders req)+            (Wai.isSecure req)  -------------------------------------------------------------------------------- ---- | Internal function to run the WebSocket io-streams using the conduit library
wai-websockets.cabal view
@@ -1,5 +1,5 @@ Name:                wai-websockets-Version:             2.0.0+Version:             2.0.0.1 Synopsis:            Provide a bridge betweeen WAI and the websockets package. License:             MIT License-file:        LICENSE