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 8e84ca5 commit f92911cCopy full SHA for f92911c
ring-core-protocols/src/ring/core/protocols.clj
@@ -9,7 +9,8 @@
9
(write-body-to-stream [body response output-stream]
10
"Write a value representing a response body to an output stream. The stream
11
will be closed after the value had been written. The stream may be written
12
- asynchronously."))
+ asynchronously from asynchronous handlers. In synchronous handlers, the
13
+ response is considered completed once this method ends."))
14
15
;; The following private functions are replicated from ring.util.response in
16
;; order to allow third-party adapters to use StreamableResponseBody without the
0 commit comments