Skip to content

Commit 6644c88

Browse files
committed
Remove dead code
This was likely forgotten to be removed with c031a64.
1 parent 3ed64ab commit 6644c88

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

test/aleph/http_test.clj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -516,14 +516,13 @@
516516

517517
(deftest test-large-responses
518518
(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)))))
519+
(dotimes [_ 1 #_1e6]
520+
#_(when (zero? (rem i 1e2))
521+
(prn i))
522+
(-> @(http/get (str "http://localhost:" port "/big")
523+
{:as :byte-array})
524+
:body
525+
count))))
527526

528527
;;;
529528

0 commit comments

Comments
 (0)