Skip to content

Commit 7a3ca44

Browse files
committed
Doesn't seem to have any impact.
1 parent 489ca37 commit 7a3ca44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/async/http/protocol/http2/connection.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ def start_connection
7070
end
7171

7272
def close(error = nil)
73-
if @stream.connected?
74-
@stream.close_write
75-
end
76-
7773
@reader = nil
7874

7975
super

0 commit comments

Comments
 (0)