Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_netvc
Method
get_netvc
src/proxy/ProxyTransaction.cc:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
NetVConnection *
95
ProxyTransaction::get_netvc() const
96
{
97
return (_proxy_ssn) ? _proxy_ssn->get_netvc() : nullptr;
98
}
99
100
bool
101
ProxyTransaction::is_first_transaction() const
Callers
15
new_transaction
Method · 0.95
adjust_thread
Method · 0.95
add_forwarded_field_to_request
Method · 0.45
attach_client_session
Method · 0.45
setup_blind_tunnel_port
Method · 0.45
state_read_client_request_header
Method · 0.45
state_watch_for_client_abort
Method · 0.45
state_api_callout
Method · 0.45
handle_api_return
Method · 0.45
add_to_existing_request
Method · 0.45
process_hostdb_info
Method · 0.45
state_hostdb_lookup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected