We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca9a7b commit bee5e69Copy full SHA for bee5e69
ring-core-protocols/src/ring/core/protocols.clj
@@ -55,7 +55,8 @@
55
(write-body-to-stream [body response output-stream]
56
(with-open [writer (response-writer response output-stream)]
57
(doseq [chunk body]
58
- (.write writer (str chunk)))))
+ (.write writer (str chunk))
59
+ (.flush writer))))
60
java.io.InputStream
61
(write-body-to-stream [body _ ^OutputStream output-stream]
62
(with-open [body body]
0 commit comments