Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-http3/src/
H A Dconnection_client.rs1170 const EXPECTED_REQUEST_BODY_FRAME: &[u8] = &[0x0, 0x3, 0x64, 0x65, 0x66]; const
1207 assert_eq!(amount, EXPECTED_REQUEST_BODY_FRAME.len()); in fetch_with_data()
1208 assert_eq!(&buf[..amount], EXPECTED_REQUEST_BODY_FRAME); in fetch_with_data()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/src/
H A Dconnection_client.rs2203 const EXPECTED_REQUEST_BODY_FRAME: &[u8] = &[0x0, 0x3, 0x64, 0x65, 0x66]; const
2235 assert_eq!(amount, EXPECTED_REQUEST_BODY_FRAME.len()); in fetch_with_data()
2236 assert_eq!(&buf[..amount], EXPECTED_REQUEST_BODY_FRAME); in fetch_with_data()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-http3/src/
H A Dconnection_client.rs2021 const EXPECTED_REQUEST_BODY_FRAME: &[u8] = &[0x0, 0x3, 0x64, 0x65, 0x66]; const
2055 assert_eq!(amount, EXPECTED_REQUEST_BODY_FRAME.len()); in fetch_with_data()
2056 assert_eq!(&buf[..amount], EXPECTED_REQUEST_BODY_FRAME); in fetch_with_data()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-http3/src/
H A Dconnection_client.rs2021 const EXPECTED_REQUEST_BODY_FRAME: &[u8] = &[0x0, 0x3, 0x64, 0x65, 0x66]; const
2055 assert_eq!(amount, EXPECTED_REQUEST_BODY_FRAME.len()); in fetch_with_data()
2056 assert_eq!(&buf[..amount], EXPECTED_REQUEST_BODY_FRAME); in fetch_with_data()