From 26a52f01c66ebe1a22ce94c2c0f4cc9c0c07878d Mon Sep 17 00:00:00 2001 From: thomas morgan Date: Tue, 19 Sep 2023 10:47:43 -0600 Subject: [PATCH] downgrade log level --- lib/async/http/protocol/http2/stream.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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