Should I actually be closing the original response...
# http4k
x
Should I actually be closing the original response body?
Copy code
next(request.method(Method.GET)).apply { body.close() }.body(Body.EMPTY)