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