3 references to net_http_invalid_header_name
Microsoft.AspNetCore.Server.Kestrel.Core (3)
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
, ""));