mirror of
https://github.com/telemt/telemt.git
synced 2026-06-18 08:58:30 +03:00
TLS Emulator tuning
This commit is contained in:
@@ -293,7 +293,7 @@ mod tests {
|
||||
);
|
||||
|
||||
let payload = first_app_data_payload(&response);
|
||||
assert_eq!(payload.len(), 64);
|
||||
assert!(payload.len() >= 64);
|
||||
assert_eq!(payload[payload.len() - 17], 0x16);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user