lib/async/http/protocol/http2/stream.rb in async-http-0.51.0 vs lib/async/http/protocol/http2/stream.rb in async-http-0.51.1

- old
+ new

@@ -178,12 +178,9 @@ @input = nil end if @output @output.stop(error) - - Async.logger.warn(self) {"Closed output: #{@output}"} - @output = nil end return self end