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

Method marshal_proxy_req_header_len

src/proxy/logging/LogAccess.cc:2476–2487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2474 -------------------------------------------------------------------------*/
2475
2476int
2477LogAccess::marshal_proxy_req_header_len(char *buf)
2478{
2479 if (buf) {
2480 int64_t val = 0;
2481 if (m_proxy_request) {
2482 val = m_proxy_request->length_get();
2483 }
2484 marshal_int(buf, val);
2485 }
2486 return INK_MIN_ALIGN;
2487}
2488
2489/*-------------------------------------------------------------------------
2490 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 1

length_getMethod · 0.45

Tested by

no test coverage detected