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 {