yesodweb / wai

Haskell Web Application Interface
MIT License
834 stars 263 forks source link

ConnectionIsClosed written to stdout #987

Closed wilfreddenton closed 6 months ago

wilfreddenton commented 6 months ago

I'm using servant with wai, warp, and warp-tls. Requests are going through fine; however, I keep seeing "ConnectionIsClosed" printed to stdout after a. That's it, no indicator as to where its coming from. I thought I disabled logging in warp but I guess not?

runTLS tlsSettings' (setLogger (\_ _ _ -> return ()) $ setPort port defaultSettings) . cors (const $ Just corsPolicy) $ app context

versions: warp 3.3.31 warp-tls 3.4.4