1 reference to _headerValueString
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\HPackDecoderBenchmark.cs (1)
28
private static readonly byte[] _headerValueBytes = Encoding.ASCII.GetBytes(
_headerValueString
);