Skip to content

Commit

Permalink
downgrade log level
Browse files Browse the repository at this point in the history
  • Loading branch information
zarqman authored and ioquatix committed Sep 20, 2023
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
Expand Up @@ -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
Expand Down

0 comments on commit 26a52f0

Please sign in to comment.