Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
700
bool
701
Http2Stream::is_outbound_connection() const
702
{
703
return _is_outbound;
704
}
705
706
bool
707
Http2Stream::is_tunneling() const
Callers
15
Http2Stream
Method · 0.95
decode_header_blocks
Method · 0.95
send_headers
Method · 0.95
do_io_close
Method · 0.95
initiating_close
Method · 0.95
restart_sending
Method · 0.95
update_write_request
Method · 0.95
increment_transactions_stat
Method · 0.95
decrement_transactions_stat
Method · 0.95
set_rx_error_code
Method · 0.95
set_tx_error_code
Method · 0.95
payload_length_is_valid
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected