Skip to content

Commit b1690c7

Browse files
kachayevztellman
authored andcommitted
Avoid releasing non-reference counted body (#437)
1 parent ca310cc commit b1690c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/http/server.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185
netty/wrap-future
186186
(fn [_]
187187
(netty/release req)
188-
(netty/release body)
189188
(-> rsp
190189
(d/catch' error-response)
191190
(d/chain'

0 commit comments

Comments
 (0)