Skip to content

Commit

Permalink
downgrade log level
Browse files Browse the repository at this point in the history
zarqman authored and ioquatix committed Sep 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b49f02a commit 26a52f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async/http/protocol/http2/stream.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 26a52f0

Please sign in to comment.