const net/http.http2ErrCodeNo
13 uses
net/http (current package)
h2_bundle.go#L1095: http2ErrCodeNo http2ErrCode = 0x0
h2_bundle.go#L1112: http2ErrCodeNo: "NO_ERROR",
h2_bundle.go#L4459: sc.goAway(http2ErrCodeNo)
h2_bundle.go#L4487: gracefulShutdownComplete := sc.goAwayCode == http2ErrCodeNo && sc.curOpenStreams() == 0
h2_bundle.go#L4488: if sentGoAway && sc.shutdownTimer == nil && (sc.goAwayCode != http2ErrCodeNo || gracefulShutdownComplete) {
h2_bundle.go#L4782: sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
h2_bundle.go#L4836: if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L4884: sc.goAway(http2ErrCodeNo)
h2_bundle.go#L5019: if sc.inGoAway && sc.goAwayCode != http2ErrCodeNo {
h2_bundle.go#L5203: if sc.inGoAway && sc.goAwayCode != http2ErrCodeNo {
h2_bundle.go#L5292: if f.ErrCode != http2ErrCodeNo {
h2_bundle.go#L7237: if old != nil && old.ErrCode != http2ErrCodeNo {
h2_bundle.go#L7386: if err := cc.fr.WriteGoAway(maxStreamID, http2ErrCodeNo, nil); err != nil {
![]() |
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. |