6 references to HttpErrorConnectionSpecificHeaderField
InMemory.FunctionalTests (4)
Http2\Http2ConnectionTests.cs (2)
3021
CoreStrings.
HttpErrorConnectionSpecificHeaderField
,
3038
CoreStrings.
HttpErrorConnectionSpecificHeaderField
,
Http3\Http3StreamTests.cs (2)
2476
return HEADERS_Received_InvalidHeaderFields_StreamError(headers, CoreStrings.
HttpErrorConnectionSpecificHeaderField
);
2490
return HEADERS_Received_InvalidHeaderFields_StreamError(headers, CoreStrings.
HttpErrorConnectionSpecificHeaderField
);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
1665
throw new Http2ConnectionErrorException(CoreStrings.
HttpErrorConnectionSpecificHeaderField
, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidRequestHeaders);
Internal\Http3\Http3Stream.cs (1)
375
throw new Http3StreamErrorException(CoreStrings.
HttpErrorConnectionSpecificHeaderField
, Http3ErrorCode.MessageError);