Home
last modified time | relevance | path

Searched refs:stream_ty (Results 1 – 1 of 1) sorted by relevance

/dports/net/quiche/quiche-0.9.0/src/h3/
H A Dstream.rs599 assert_eq!(stream_ty, HTTP3_CONTROL_STREAM_TYPE_ID); in control_good()
601 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_good()
656 assert_eq!(stream_ty, HTTP3_CONTROL_STREAM_TYPE_ID); in control_bad_multiple_settings()
658 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_bad_multiple_settings()
721 assert_eq!(stream_ty, HTTP3_CONTROL_STREAM_TYPE_ID); in control_bad_late_settings()
723 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_bad_late_settings()
765 .set_ty(Type::deserialize(stream_ty).unwrap()) in control_bad_frame()
897 assert_eq!(stream_ty, HTTP3_PUSH_STREAM_TYPE_ID); in push_good()
899 .set_ty(Type::deserialize(stream_ty).unwrap()) in push_good()
980 assert_eq!(stream_ty, 33); in grease()
[all …]