mirror of
https://github.com/typeable/wai.git
synced 2024-12-29 09:04:33 +03:00
removing a warning.
This commit is contained in:
parent
397d4e0f04
commit
c25a6851d9
@ -66,7 +66,7 @@ testWithApplication = testWithApplicationSettings defaultSettings
|
||||
--
|
||||
-- @since 3.2.7
|
||||
testWithApplicationSettings :: Settings -> IO Application -> (Port -> IO a) -> IO a
|
||||
testWithApplicationSettings settings mkApp action = do
|
||||
testWithApplicationSettings _settings mkApp action = do
|
||||
callingThread <- myThreadId
|
||||
app <- mkApp
|
||||
let wrappedApp request respond =
|
||||
|
Loading…
Reference in New Issue
Block a user