MCPcopy Create free account
hub / github.com/apache/trafficserver / is_outbound_connection

Method is_outbound_connection

src/proxy/http2/Http2Stream.cc:700–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700bool
701Http2Stream::is_outbound_connection() const
702{
703 return _is_outbound;
704}
705
706bool
707Http2Stream::is_tunneling() const

Callers 15

Http2StreamMethod · 0.95
decode_header_blocksMethod · 0.95
send_headersMethod · 0.95
do_io_closeMethod · 0.95
initiating_closeMethod · 0.95
restart_sendingMethod · 0.95
update_write_requestMethod · 0.95
set_rx_error_codeMethod · 0.95
set_tx_error_codeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected