golang.org/x/net/http2.serverConn.inGoAway (field)
9 uses
golang.org/x/net/http2 (current package)
server.go#L535: inGoAway bool // we've started to or sent GOAWAY
server.go#L917: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
server.go#L1265: if !sc.inGoAway || sc.goAwayCode == ErrCodeNo {
server.go#L1320: if sc.inGoAway {
server.go#L1323: sc.inGoAway = true
server.go#L1450: if sc.inGoAway && sc.goAwayCode != ErrCodeNo {
server.go#L1635: if sc.inGoAway && (sc.goAwayCode != ErrCodeNo || id > sc.maxClientStreamID) {
server.go#L1790: if sc.inGoAway {
server.go#L1944: 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. |