golang.org/x/net/http2.Transport.CountError (field)

7 uses

	golang.org/x/net/http2 (current package)
		transport.go#L510: 	if t.CountError != nil {
		transport.go#L511: 		cc.fr.countError = t.CountError
		transport.go#L898: 	if f := cc.t.CountError; f != nil {
		transport.go#L1845: 	f := cc.t.CountError
		transport.go#L2447: 		if fn := cc.t.CountError; fn != nil {
		transport.go#L2598: 	if fn := cs.cc.t.CountError; fn != nil {
		transport_common.go#L153: 	CountError func(errType string)