1 instantiation of HPackDecoder
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
145_hpackDecoder = new HPackDecoder(maxHeadersLength: pool.Settings.MaxResponseHeadersByteLength);
1 reference to HPackDecoder
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
40private readonly HPackDecoder _hpackDecoder;