1 write to _hpackDecoder
IIS.NewShim.FunctionalTests (1)
src\Shared\Http2cat\Http2Utilities.cs (1)
137_hpackDecoder = new HPackDecoder((int)_clientSettings.HeaderTableSize, MaxRequestHeaderFieldSize);
1 reference to _hpackDecoder
IIS.NewShim.FunctionalTests (1)
src\Shared\Http2cat\Http2Utilities.cs (1)
227_hpackDecoder.Decode(frame.PayloadSequence, endHeaders, handler: this);