1 write to _hpackDecoder
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
150_hpackDecoder = new HPackDecoder(http2Limits.HeaderTableSize, http2Limits.MaxRequestHeaderFieldSize);
2 references to _hpackDecoder
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
1141_hpackDecoder.Decode(payload, endHeaders, handler: this); 1165_hpackDecoder.Decode(payload, endHeaders, handler: this);