We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124c6de commit 6ab0296Copy full SHA for 6ab0296
servant-server/src/Servant/Server/Internal/RoutingApplication.hs
@@ -257,7 +257,7 @@ runDelayed Delayed{..} env req = do
257
a <- authD
258
b <- bodyD
259
liftIO (writeIORef cleanupRef $ cleanupD b)
260
- DelayedIO $ \ req -> return (serverD c a b req)
+ DelayedIO $ \ r -> return (serverD c a b r)
261
)
262
req
263
fmap (routeRes,) $ readIORef cleanupRef
0 commit comments