const golang.org/x/net/http2.ErrCodeCancel
13 uses
golang.org/x/net/http2 (current package)
errors.go#L24: ErrCodeCancel ErrCode = 0x8
errors.go#L41: ErrCodeCancel: "CANCEL",
transport.go#L358: cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
transport.go#L1170: cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
transport.go#L1180: cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
transport.go#L1190: cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
transport.go#L1350: cc.writeStreamReset(cs.ID, ErrCodeCancel, err)
transport.go#L1358: cc.writeStreamReset(cs.ID, ErrCodeCancel, err)
transport.go#L1370: cc.writeStreamReset(cs.ID, ErrCodeCancel, nil)
transport.go#L2177: cc.fr.WriteRSTStream(cs.ID, ErrCodeCancel)
google.golang.org/grpc/internal/transport
http2_client.go#L738: rstCode = http2.ErrCodeCancel
http_util.go#L69: http2.ErrCodeCancel: codes.Canceled,
http_util.go#L78: codes.Canceled: http2.ErrCodeCancel,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |