hey, morning!
It seems to be possible to send input-stream
as a body, right? (based on https://github.com/ring-clojure/ring/blob/master/ring-core/src/ring/core/protocols.clj#L19)
the question is - will input-stream be auto closed once consumed? if not - how (when) i ccan close it?
---
UPDATED: found, it does close it]