Skip to content

Commit 2d837fb

Browse files
committed
Remove unnecessary and incomplete Input#close.
1 parent a6db236 commit 2d837fb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ def read
3737

3838
return chunk
3939
end
40-
41-
def close(error = nil)
42-
super
43-
44-
if stream = @stream
45-
@stream = nil
46-
stream.finish_input(error)
47-
end
48-
end
4940
end
5041
end
5142
end

0 commit comments

Comments
 (0)