Home
last modified time | relevance | path

Searched refs:UntilClose (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs89 BodyLength::UntilClose => Kind::UntilClose(UntilClose::new(pre, io, interceptors)),
123 Kind::UntilClose(ref mut until_close) => until_close.data(cx, buf), in poll_data()
169 Kind::UntilClose(ref mut until_close) => until_close.io.as_mut(), in drop()
185 UntilClose(UntilClose),
188 struct UntilClose { structure names
194 impl UntilClose { impls
842 BodyLength::UntilClose,
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dnormalizer.rs155 Ok(BodyLength::UntilClose)
176 Ok(BodyLength::UntilClose)
185 UntilClose,
278 assert_eq!(res, BodyLength::UntilClose); in ut_body_length_parser()

Completed in 2 milliseconds