Searched refs:DEFAULT_MAX_STREAM_ID (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ | ||
H A D | streams.rs | 30 const DEFAULT_MAX_STREAM_ID: StreamId = u32::MAX >> 1; consts 744 if self.next_stream_id < DEFAULT_MAX_STREAM_ID { |
Completed in 2 milliseconds