pub fn validate_client_setup(msg: &ClientSetup) -> Result<(), SetupError>Expand description
Validate a CLIENT_SETUP message.
Draft-12 places MAX_REQUEST_ID (key 0x02) in SERVER_SETUP only;
a client that includes it is invalid.
pub fn validate_client_setup(msg: &ClientSetup) -> Result<(), SetupError>Validate a CLIENT_SETUP message.
Draft-12 places MAX_REQUEST_ID (key 0x02) in SERVER_SETUP only;
a client that includes it is invalid.