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

Method get_server_vc

include/proxy/http/HttpSM.h:311–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310 History<HISTORY_DEFAULT_SIZE> history;
311 NetVConnection *
312 get_server_vc()
313 {
314 if (server_entry != nullptr) {
315 return dynamic_cast<NetVConnection *>(server_entry->vc);
316 } else {
317 return nullptr;
318 }
319 }
320
321 // _postbuf api
322 int64_t postbuf_reader_avail();

Callers 1

TSHttpTxnOutgoingAddrGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected