Fork me on GitHub
#ring
<
2021-06-17
>
kirill.salykin09:06:53

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]