3 references to InvalidDataPadding
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (2)
718
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorPaddingTooLong(_incomingFrame.Type), Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.
InvalidDataPadding
);
800
throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorPaddingTooLong(_incomingFrame.Type), Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.
InvalidDataPadding
);
Internal\Infrastructure\KestrelMetrics.cs (1)
486
ConnectionEndReason.
InvalidDataPadding
=> "invalid_data_padding",