Home
last modified time | relevance | path

Searched refs:frame_debug (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc169 if (config->http2.upstream.debug.frame_debug) { in on_header_callback2()
540 if (get_config()->http2.upstream.debug.frame_debug) { in on_frame_recv_callback()
657 if (get_config()->http2.upstream.debug.frame_debug) { in on_frame_send_callback()
994 if (config->http2.upstream.debug.frame_debug) { in create_http2_upstream_callbacks()
Dshrpx_config.h760 bool frame_debug; member
Dshrpx.cc3139 if (config->http2.upstream.debug.frame_debug) { in process_options()
Dshrpx_config.cc3127 config->http2.upstream.debug.frame_debug = util::strieq_l("yes", optarg); in parse_config()