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

Method protocol_stack

plugins/experimental/txn_box/plugin/src/ts_util.cc:735–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735int
736HttpSsn::protocol_stack(MemSpan<const char *> tags) const
737{
738 int n = 0;
739 if (TS_SUCCESS != TSHttpSsnClientProtocolStackGet(_ssn, tags.count(), tags.data(), &n)) {
740 return -1;
741 }
742 return n;
743}
744
745SSLContext
746HttpSsn::ssl_context() const

Callers 1

extractMethod · 0.80

Calls 3

countMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected