Home
last modified time | relevance | path

Searched defs:last_stream_id (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmanager.rs412 let last_stream_id = go_away.get_last_stream_id(); in recv_go_away_frame() localVariable
650 let last_stream_id = self.controller.streams.latest_remote_id as usize; in poll_deal_with_go_away() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs176 last_stream_id: StreamId, field
Ddecoder.rs488 let last_stream_id = get_stream_id(&buf[..4]) as usize; in decode_goaway_payload() localVariable
Dencoder.rs1746 let last_stream_id = 1; in ut_goaway_frame_encoding() localVariable