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

Method setupConnection

plugins/slice/Stage.h:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 void
134 setupConnection(TSVConn vc)
135 {
136 if (nullptr != m_vc) {
137 TSVConnClose(m_vc);
138 }
139 m_read.close();
140 m_write.close();
141 m_vc = vc;
142 }
143
144 void
145 setupVioRead(TSCont contp, int64_t const bytesin)

Callers 3

intercept_hookFunction · 0.80
request_blockFunction · 0.80
fetchMethod · 0.80

Calls 2

TSVConnCloseFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected