Update dependency go modules for k8s v1.26.0

This commit is contained in:
Sunny Song
2022-12-12 18:50:53 +00:00
parent 40e2a53f4b
commit 3a2a001be3
13 changed files with 330 additions and 102 deletions

View File

@@ -116,6 +116,11 @@ func (e *Encoder) SetMaxDynamicTableSize(v uint32) {
e.dynTab.setMaxSize(v)
}
// MaxDynamicTableSize returns the current dynamic header table size.
func (e *Encoder) MaxDynamicTableSize() (v uint32) {
return e.dynTab.maxSize
}
// SetMaxDynamicTableSizeLimit changes the maximum value that can be
// specified in SetMaxDynamicTableSize to v. By default, it is set to
// 4096, which is the same size of the default dynamic header table