Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs27 pub const SETTINGS_QPACK_BLOCKED_STREAMS: u64 = 0x7; const
H A Dencoder.rs288 octet_buf.put_varint(frame_new::SETTINGS_QPACK_BLOCKED_STREAMS)?; in encode()