Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs501 let mut new_flags = FrameFlags::empty(); in encode_continuation_frames() localVariable
507 new_flags.set_end_headers(true); in encode_continuation_frames()
509 buf[4] = new_flags.bits(); in encode_continuation_frames()