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
[LoggerMessage(54,LogLevel.Debug,@"Connection id ""{ConnectionId}"" aborted since at least ""{Count}"" ENHANCE_YOUR_CALM responses were required per second.",EventName="Http2TooManyEnhanceYourCalms")]
398
+
[LoggerMessage(54,LogLevel.Debug,@"Connection id ""{ConnectionId}"" aborted since at least {Count} ENHANCE_YOUR_CALM responses were recorded per second.",EventName="Http2TooManyEnhanceYourCalms")]
[LoggerMessage(55,LogLevel.Debug,@"Connection id ""{ConnectionId}"" exceeded the output flow control maximum queue size of ""{Count}"".",EventName="Http2FlowControlQueueOperationsExceeded")]
406
+
[LoggerMessage(55,LogLevel.Debug,@"Connection id ""{ConnectionId}"" exceeded the output flow control maximum queue size of {Count}.",EventName="Http2FlowControlQueueOperationsExceeded")]
[LoggerMessage(56,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")]
414
+
[LoggerMessage(56,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