2 references to EncodeLiteralHeaderFieldWithoutIndexing
http2cat (2)
src\Shared\runtime\Http2\Hpack\HPackEncoder.cs (2)
57if (!EncodeLiteralHeaderFieldWithoutIndexing(H2StaticTable.Status200, destination, out var nameLength)) 602bool success = EncodeLiteralHeaderFieldWithoutIndexing(index, span, out int length);