3 references to net_http_invalid_header_name
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
292throw new HPackDecodingException(SR.Format(SR.net_http_invalid_header_name, ""));
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
277throw new QPackDecodingException(SR.Format(SR.net_http_invalid_header_name, "")); 484throw new QPackDecodingException(SR.Format(SR.net_http_invalid_header_name, ""));