7 references to net_http_invalid_header_name
Microsoft.AspNetCore.Shared.Tests (7)
runtime\Http2\HPackDecoderTest.cs (4)
278
Assert.Equal(SR.Format(SR.
net_http_invalid_header_name
, string.Empty), exception.Message);
302
Assert.Equal(SR.Format(SR.
net_http_invalid_header_name
, string.Empty), exception.Message);
326
Assert.Equal(SR.Format(SR.
net_http_invalid_header_name
, string.Empty), exception.Message);
372
Assert.Equal(SR.Format(SR.
net_http_invalid_header_name
, string.Empty), exception.Message);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
292
throw new HPackDecodingException(SR.Format(SR.
net_http_invalid_header_name
, ""));
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
277
throw new QPackDecodingException(SR.Format(SR.
net_http_invalid_header_name
, ""));
484
throw new QPackDecodingException(SR.Format(SR.
net_http_invalid_header_name
, ""));