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 {