Searched refs:newstream (Results 1 – 1 of 1) sorted by relevance
958 struct h2_stream_ctx *newstream; in push_promise() local992 result = http2_data_setup(cf, newhandle, &newstream); in push_promise()1017 newstream->id = frame->promised_stream_id; in push_promise()1032 newstream->id, in push_promise()1036 newstream->id); in push_promise()1043 if(newstream->id > ctx->local_max_sid) in push_promise()1044 ctx->local_max_sid = newstream->id; in push_promise()
Completed in 9 milliseconds