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 3ed64ab commit 6644c88Copy full SHA for 6644c88
test/aleph/http_test.clj
@@ -516,14 +516,13 @@
516
517
(deftest test-large-responses
518
(with-handler basic-handler
519
- (let [_pool (http/connection-pool {:connection-options {:response-buffer-size 16}})]
520
- (dotimes [_ 1 #_1e6]
521
- #_(when (zero? (rem i 1e2))
522
- (prn i))
523
- (-> @(http/get (str "http://localhost:" port "/big")
524
- {:as :byte-array})
525
- :body
526
- count)))))
+ (dotimes [_ 1 #_1e6]
+ #_(when (zero? (rem i 1e2))
+ (prn i))
+ (-> @(http/get (str "http://localhost:" port "/big")
+ {:as :byte-array})
+ :body
+ count))))
527
528
;;;
529
0 commit comments