Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnGoAwayReceived()

void System.Net.Http.Http2Connection.RttEstimator.OnGoAwayReceived ( )
inlinepackage

Definition at line 1667 of file Http2Connection.cs.

1668 {
1669 if (_state == State.PingSent)
1670 {
1671 _state = State.TerminatingMayReceivePingAck;
1672 }
1673 else
1674 {
1675 _state = State.Disabled;
1676 }
1677 }

References System.Net.Http.Http2Connection.RttEstimator._state.

Referenced by System.Net.Http.Http2Connection.ProcessGoAwayFrame().