Home
last modified time | relevance | path

Searched refs:last_stream_id (Results 1 – 2 of 2) sorted by path

/curl/lib/
H A Dcf-h2-proxy.c182 int32_t last_stream_id; member
627 scratch, frame->goaway.last_stream_id); in proxy_h2_fr_print()
1262 (ctx->goaway && ctx->last_stream_id < ctx->tunnel.stream_id)) { in tunnel_recv()
H A Dhttp2.c137 int32_t last_stream_id; member
440 ctx->last_stream_id = 2147483647; in cf_h2_ctx_init()
1168 scratch, frame->goaway.last_stream_id); in fr_print()
1257 ctx->last_stream_id = frame->goaway.last_stream_id; in on_frame_recv()
1260 ctx->goaway_error, ctx->last_stream_id); in on_frame_recv()
1872 (ctx->goaway && ctx->last_stream_id < stream->id)) { in stream_recv()

Completed in 19 milliseconds