lib/async/http/protocol/http2/stream.rb in async-http-0.56.1 vs lib/async/http/protocol/http2/stream.rb in async-http-0.56.2

- old
+ new

@@ -86,10 +86,10 @@ if @input and frame.end_stream? @input.close($!) @input = nil end rescue ::Protocol::HTTP2::HeaderError => error - Async.logger.error(self, error) + Console.logger.error(self, error) send_reset_stream(error.code) end def wait_for_input