golang.org/x/net/http2.SettingsFrame.NumSettings (method)
5 uses
golang.org/x/net/http2 (current package)
frame.go#L738: for i := 0; i < f.NumSettings(); i++ {
frame.go#L756: func (f *SettingsFrame) NumSettings() int { return len(f.p) / 6 }
frame.go#L760: num := f.NumSettings()
frame.go#L793: for i := 0; i < f.NumSettings(); i++ {
server.go#L1555: if f.NumSettings() > 100 || f.HasDuplicates() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |