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

Method is_outbound

src/proxy/http2/Http2ServerSession.cc:380–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380bool
381Http2ServerSession::is_outbound() const
382{
383 return true;
384}
385
386void
387Http2ServerSession::set_netvc(NetVConnection *netvc)

Calls

no outgoing calls

Tested by

no test coverage detected