Reintroduce assertion

This commit is contained in:
Philipp Krüger
2025-12-17 09:29:07 +01:00
parent b978fdf4db
commit dd5ddba4f0
+1 -3
View File
@@ -1355,9 +1355,7 @@ fn migration() {
assert_ne!(pair.server_conn_mut(server_ch).total_recvd(), 0);
pair.drive();
// TODO(matheus23): Currently this returns PathEvents::Opened for path ID 0, which is weird,
// and just a side-effect of receiving a PATH_RESPONSE frame on path 0.
// assert_matches!(pair.client_conn_mut(client_ch).poll(), None);
assert_matches!(pair.client_conn_mut(client_ch).poll(), None);
assert_eq!(
pair.server_conn_mut(server_ch)
.path_addresses(PathId::ZERO)