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 4f88d39 commit f124759Copy full SHA for f124759
examples/src/aleph/examples/http.clj
@@ -174,7 +174,7 @@
174
;; that our consumption of the body needs to be synchronous, as shown above by coercing it
175
;; to a Clojure seq. If we want to have the body be asynchronous, we need to specify
176
;; `:raw-stream?` to be `true` for request connection pool.
177
-(def raw-stream-connection-pool (http/connection-pool {:connection-options {:raw-stream? true}})
+(def raw-stream-connection-pool (http/connection-pool {:connection-options {:raw-stream? true}}))
178
179
@(d/chain
180
(http/get "http://localhost:10000/numbers"
0 commit comments