Home
last modified time | relevance | path

Searched refs:promised_balloc (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc728 auto &promised_balloc = promised_downstream->get_block_allocator(); in on_frame_send_callback() local
734 make_string_ref(promised_balloc, StringRef{nv.name, nv.namelen}); in on_frame_send_callback()
736 make_string_ref(promised_balloc, StringRef{nv.value, nv.valuelen}); in on_frame_send_callback()
750 req.path = http2::rewrite_clean_path(promised_balloc, value); in on_frame_send_callback()
Dshrpx_http2_session.cc2243 auto &promised_balloc = promised_downstream->get_block_allocator(); in handle_downstream_push_promise_complete() local
2278 promised_req.path = http2::rewrite_clean_path(promised_balloc, path->value); in handle_downstream_push_promise_complete()