net/http.http2serverConn.inGoAway (field)
9 uses
net/http (current package)
h2_bundle.go#L4101: inGoAway bool // we've started to or sent GOAWAY
h2_bundle.go#L4486: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
h2_bundle.go#L4836: if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L4889: if sc.inGoAway {
h2_bundle.go#L4892: sc.inGoAway = true
h2_bundle.go#L5019: if sc.inGoAway && sc.goAwayCode != http2ErrCodeNo {
h2_bundle.go#L5203: if sc.inGoAway && sc.goAwayCode != http2ErrCodeNo {
h2_bundle.go#L5345: if sc.inGoAway {
h2_bundle.go#L5499: if sc.inGoAway {
![]() |
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. |