const net/http.http2ErrCodeCancel
10 uses
net/http (current package)
h2_bundle.go#L1103: http2ErrCodeCancel http2ErrCode = 0x8
h2_bundle.go#L1120: http2ErrCodeCancel: "CANCEL",
h2_bundle.go#L6860: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7673: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7683: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7693: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L7853: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, err)
h2_bundle.go#L7861: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, err)
h2_bundle.go#L7873: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
h2_bundle.go#L8680: cc.fr.WriteRSTStream(cs.ID, http2ErrCodeCancel)