Home | History | Annotate | Download | only in http

Lines Matching refs:inGoAway

3241 	inGoAway              bool              // we've started to or sent GOAWAY
3584 if sc.inGoAway && sc.curOpenStreams() == 0 && !sc.needToSendGoAway && !sc.writingFrame {
3848 if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
3885 if sc.inGoAway {
3891 sc.inGoAway = true
4005 if sc.inGoAway && sc.goAwayCode != http2ErrCodeNo {
4149 if sc.inGoAway && sc.goAwayCode != http2ErrCodeNo {
4260 if sc.inGoAway {
4372 if sc.inGoAway {