4 references to Format
http2cat (4)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (4)
292throw new HPackDecodingException(SR.Format(SR.net_http_invalid_header_name, "")); 577throw new HPackDecodingException(SR.Format(SR.net_http_headers_exceeded_length, _maxHeadersLength)); 662throw new HPackDecodingException(SR.Format(SR.net_http_hpack_invalid_index, index)); 670throw new HPackDecodingException(SR.Format(SR.net_http_hpack_large_table_size_update, size, _maxDynamicTableSize));