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

Method byteSize

plugins/slice/HttpHeader.h:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 int
59 byteSize() const
60 {
61 if (isValid()) {
62 return TSHttpHdrLengthGet(m_buffer, m_lochdr);
63 } else {
64 return 0;
65 }
66 }
67
68 // TS_HTTP_TYPE_UNKNOWN, TS_HTTP_TYPE_REQUEST, TS_HTTP_TYPE_RESPONSE
69 TSHttpType type() const;

Callers

nothing calls this directly

Calls 1

TSHttpHdrLengthGetFunction · 0.85

Tested by

no test coverage detected