Skip to content

Commit e08f19e

Browse files
committed
remove legacy check which is no longer valid
1 parent 3bd2ffd commit e08f19e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

quiche/src/lib.rs

-6
Original file line numberDiff line numberDiff line change
@@ -8625,12 +8625,6 @@ impl Connection {
86258625
}
86268626
}
86278627

8628-
// We are at server side here. The path ID must be an even one.
8629-
if path_id % 2 != 0 {
8630-
error!("Peer tries to initiate an path with a server-initiated path ID {path_id}");
8631-
return Err(Error::MultiPathViolation);
8632-
}
8633-
86348628
// This is a new path using an unassigned CID; create it!
86358629
let mut path = path::Path::new(
86368630
path_id,

0 commit comments

Comments
 (0)