Hi all. Question: I'm trying to stream a JDBC Blob as a response. The database transactions are handled in a http4k filter. However, when Jetty tries to create the HttpServletResponse and reads the Inputstream, we're not in the context of the http4k transaction filter anymore. At that point, the JDBC resultset is closed and the inputstream cannot be read anymore. Is there any way out of this?