-
Based on some issues you submitted against the Amazonka repo, I recommend taking a look at https://github.com/aveltras/amazonka-servant-streaming/pull/1 , which shows how to stop ResourceT from closing a streamed response body from AWS before it has been streamed out to the HTTP client.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Possibly interesting thread here: https://github.com/fpco/unliftio/issues/68
-
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
Dunno if this is helpful, but I found this github issue about ResourceT and servant https://github.com/haskell-servant/servant/issues/1345