net/http.http2SettingsFrame.ForeachSetting (method)

4 uses

	net/http (current package)
		h2_bundle.go#L2034: func (f *http2SettingsFrame) ForeachSetting(fn func(http2Setting) error) error {
		h2_bundle.go#L2822: 		f.ForeachSetting(func(s http2Setting) error {
		h2_bundle.go#L5130: 	if err := f.ForeachSetting(sc.processSetting); err != nil {
		h2_bundle.go#L8850: 	err := f.ForeachSetting(func(s http2Setting) error {