Searched refs:inGoAway (Results 1 – 3 of 3) sorted by relevance
70 if part == Windows.inGoAway:
488 inGoAway bool // we've started to or sent GOAWAY member863 sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame1205 if !sc.inGoAway || sc.goAwayCode == ErrCodeNo {1255 if sc.inGoAway {1258 sc.inGoAway = true1385 if sc.inGoAway && sc.goAwayCode != ErrCodeNo {1561 if sc.inGoAway && sc.goAwayCode != ErrCodeNo {1702 if sc.inGoAway {1849 if sc.inGoAway {
160 inGoAway = 6 variable