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

Method getSslConnection

src/tscpp/api/InterceptPlugin.cc:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186TSSslConnection
187InterceptPlugin::getSslConnection()
188{
189 if (!state_->net_vc_) {
190 LOG_ERROR("Intercept Plugin is not ready to provide SSL Connection");
191 return nullptr;
192 }
193
194 return TSVConnSslConnectionGet(state_->net_vc_);
195}
196
197bool
198InterceptPlugin::doRead()

Callers

nothing calls this directly

Calls 1

TSVConnSslConnectionGetFunction · 0.85

Tested by

no test coverage detected