Paul Crowley
Paul Crowley
@aviflax Use this function to turn data into an output stream: ``` clojure (defn generate-stream ([data] (generate-stream data nil)) ([data options] (ring.util.io/piped-input-stream (fn [out] (cheshire.core/generate-stream data (-> out (OutputStreamWriter.) (BufferedWriter.))...
That's exactly what I have in mind. The downside with handling it at the application level is that the timing will be different; I'd prefer that an attacker wasn't able...