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)
40
private readonly
HPackDecoder
_hpackDecoder;