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

Method connect

src/proxy/PluginVC.cc:1053–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053PluginVC *
1054PluginVCCore::connect()
1055{
1056 ink_release_assert(connect_to != nullptr);
1057
1058 connected = true;
1059 state_send_accept(EVENT_IMMEDIATE, nullptr);
1060
1061 return &active_vc;
1062}
1063
1064Action *
1065PluginVCCore::connect_re(Continuation *c)

Callers 12

test_rpcserver.ccFile · 0.45
run_next_testMethod · 0.45
TSHttpConnectTransparentFunction · 0.45
tcp_clientFunction · 0.45
open_connectionFunction · 0.45
send_clienthelloFunction · 0.45
open_connectionFunction · 0.45
open_connectionFunction · 0.45
setupFunction · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected