2 references to RequestIncomplete
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Formatting.cs (1)
42
Http3ErrorCode.
RequestIncomplete
=> "H3_REQUEST_INCOMPLETE",
Internal\Http3\Http3Stream.cs (1)
733
throw new Http3StreamErrorException(CoreStrings.Http3StreamErrorRequestEndedNoHeaders, Http3ErrorCode.
RequestIncomplete
);