Skip to content

Commit b2020eb

Browse files
committed
Don't close stream after writing.
1 parent f4a9700 commit b2020eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/protocol/http/body/readable.rb

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def call(stream)
6363
stream.flush
6464
end
6565
end
66-
ensure
67-
stream.close
6866
end
6967

7068
# Read all remaining chunks into a buffered body and close the underlying input.

0 commit comments

Comments
 (0)