receivedGoaway property
bool
get
receivedGoaway
Whether a GOAWAY capsule has been received from the peer.
Implementation
bool get receivedGoaway => _state.receivedGoaway;
Whether a GOAWAY capsule has been received from the peer.
bool get receivedGoaway => _state.receivedGoaway;