golang.org/x/net/http2.SettingsFrame.ForeachSetting (method)

6 uses

	golang.org/x/net/http2 (current package)
		frame.go#L791: func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error {
		frame.go#L1579: 		f.ForeachSetting(func(s Setting) error {
		server.go#L1561: 	if err := f.ForeachSetting(sc.processSetting); err != nil {
		transport.go#L2347: 	err := f.ForeachSetting(func(s Setting) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1041: 	f.ForeachSetting(func(s http2.Setting) error {
		http2_server.go#L666: 	f.ForeachSetting(func(s http2.Setting) error {