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

Method marshal_client_req_header_len

src/proxy/logging/LogAccess.cc:2040–2051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2038 -------------------------------------------------------------------------*/
2039
2040int
2041LogAccess::marshal_client_req_header_len(char *buf)
2042{
2043 if (buf) {
2044 int64_t len = 0;
2045 if (m_client_request) {
2046 len = m_client_request->length_get();
2047 }
2048 marshal_int(buf, len);
2049 }
2050 return INK_MIN_ALIGN;
2051}
2052
2053/*-------------------------------------------------------------------------
2054 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 1

length_getMethod · 0.45

Tested by

no test coverage detected