golang.org/x/net/http2.Transport.CountError (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L177: CountError func(errType string)
transport.go#L868: if t.CountError != nil {
transport.go#L869: cc.fr.countError = t.CountError
transport.go#L1268: if f := cc.t.CountError; f != nil {
transport.go#L2225: f := cc.t.CountError
transport.go#L2821: if fn := cc.t.CountError; fn != nil {
transport.go#L2971: if fn := cs.cc.t.CountError; fn != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)