diff --git a/lib/async/http/protocol/http2/stream.rb b/lib/async/http/protocol/http2/stream.rb index 54a7e150..4bbfbb92 100644 --- a/lib/async/http/protocol/http2/stream.rb +++ b/lib/async/http/protocol/http2/stream.rb @@ -65,7 +65,7 @@ def process_headers(frame) @input = nil end rescue ::Protocol::HTTP2::HeaderError => error - Console.logger.error(self, error) + Console.logger.debug(self, error) send_reset_stream(error.code) end