You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelTrace.Http2.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -146,13 +146,13 @@ private static partial class Http2Log
146
146
147
147
// Highest shared ID is 63. New consecutive IDs start at 64
148
148
149
-
[LoggerMessage(64,LogLevel.Debug,@"Connection id ""{ConnectionId}"" aborted since at least ""{Count}"" ENHANCE_YOUR_CALM responses were required per second.",EventName="Http2TooManyEnhanceYourCalms")]
149
+
[LoggerMessage(64,LogLevel.Debug,@"Connection id ""{ConnectionId}"" aborted since at least {Count} ENHANCE_YOUR_CALM responses were recorded per second.",EventName="Http2TooManyEnhanceYourCalms")]
[LoggerMessage(65,LogLevel.Debug,@"Connection id ""{ConnectionId}"" exceeded the output flow control maximum queue size of ""{Count}"".",EventName="Http2FlowControlQueueOperationsExceeded")]
152
+
[LoggerMessage(65,LogLevel.Debug,@"Connection id ""{ConnectionId}"" exceeded the output flow control maximum queue size of {Count}.",EventName="Http2FlowControlQueueOperationsExceeded")]
[LoggerMessage(66,LogLevel.Debug,@"Connection id ""{ConnectionId}"" configured maximum flow control queue size ""{Actual}"" is less than the maximum streams per connection ""{Expected}"" - increasing to match.",EventName="Http2FlowControlQueueMaximumTooLow")]
155
+
[LoggerMessage(66,LogLevel.Debug,@"Connection id ""{ConnectionId}"" configured maximum flow control queue size {Actual} is less than the maximum streams per connection {Expected}. Increasing configured value to {Expected}.",EventName="Http2FlowControlQueueMaximumTooLow")]
0 commit comments