Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dmod.rs33 fn is_stream_closable(&self) -> bool; in is_stream_closable() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs343 if !io.is_stream_closable() { in read_remaining()
369 if io.is_stream_closable() && self.decoder.decode(&buf[..0]).0.is_complete() { in poll_read_io()
385 if !io.is_stream_closable() { in poll_read_io()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dmod.rs271 fn is_stream_closable(&self) -> bool { in is_stream_closable() functions

Completed in 3 milliseconds