Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs123 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()
822 /// UT test cases for until_close `HttpBody::new`.
825 /// 1. Creates a until_close `HttpBody`.
826 /// 2. Calls `HttpBody::new` to create until_close http body.
840 let mut until_close = HttpBody::new( variables
850 let read = async_impl::Body::data(&mut until_close, &mut buf)
854 let read = async_impl::Body::data(&mut until_close,
866 let mut until_close = HttpBody::new( global() variables
[all...]

Completed in 2 milliseconds