Lines Matching refs:promised_stream_id
708 auto promised_stream_id = frame->push_promise.promised_stream_id;
710 if (nghttp2_session_get_stream_user_data(session, promised_stream_id)) {
717 upstream, handler->get_mcpool(), promised_stream_id);
724 nghttp2_session_set_stream_user_data(session, promised_stream_id,
2221 auto promised_stream_id = nghttp2_submit_push_promise(
2225 if (promised_stream_id < 0) {
2228 << nghttp2_strerror(promised_stream_id);
2230 if (nghttp2_is_fatal(promised_stream_id)) {
2242 ULOG(INFO, this) << "HTTP push request headers. promised_stream_id="
2243 << promised_stream_id << "\n"
2324 int32_t promised_stream_id) {
2325 // promised_stream_id is for backend HTTP/2 session, not for
2331 promised_downstream->set_downstream_stream_id(promised_stream_id);
2363 auto promised_stream_id = nghttp2_submit_push_promise(
2366 if (promised_stream_id < 0) {
2370 promised_downstream->set_stream_id(promised_stream_id);