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)
 |
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. |