golang.org/x/net/http2.Transport.CountError (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L171: CountError func(errType string)
transport.go#L773: if t.CountError != nil {
transport.go#L774: cc.fr.countError = t.CountError
transport.go#L1134: if f := cc.t.CountError; f != nil {
transport.go#L2190: f := cc.t.CountError
transport.go#L2755: if fn := cc.t.CountError; fn != nil {
transport.go#L2880: if fn := cs.cc.t.CountError; fn != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)