13 references to ProtocolError
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http3\Http3Formatting.cs (1)
30
Http3ErrorCode.
ProtocolError
=> "H3_GENERAL_PROTOCOL_ERROR",
Internal\Http3\Http3Stream.cs (12)
693
Abort(streamError, Http3ErrorCode.
ProtocolError
);
741
throw new Http3StreamErrorException(CoreStrings.Http3StreamErrorLessDataThanLength, Http3ErrorCode.
ProtocolError
);
834
throw new Http3StreamErrorException(CoreStrings.Http3MethodMustBeConnectWhenUsingProtocolPseudoHeader, Http3ErrorCode.
ProtocolError
);
839
throw new Http3StreamErrorException(CoreStrings.Http3MissingAuthorityOrPathPseudoHeaders, Http3ErrorCode.
ProtocolError
);
899
throw new Http3StreamErrorException(CoreStrings.Http3StreamErrorMoreDataThanLength, Http3ErrorCode.
ProtocolError
);
1006
Abort(new ConnectionAbortedException(CoreStrings.Http3ErrorConnectMustNotSendSchemeOrPath), Http3ErrorCode.
ProtocolError
);
1026
Abort(new ConnectionAbortedException(str), Http3ErrorCode.
ProtocolError
);
1077
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.
ProtocolError
);
1085
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3ErrorMethodInvalid(_methodText)), Http3ErrorCode.
ProtocolError
);
1125
Abort(new ConnectionAbortedException(CoreStrings.FormatBadRequest_InvalidHostHeader_Detail(hostText)), Http3ErrorCode.
ProtocolError
);
1138
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.
ProtocolError
);
1177
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(RawTarget)), Http3ErrorCode.
ProtocolError
);