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

Function log_headers

plugins/xdebug/xdebug_headers.cc:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void
159log_headers(TSHttpTxn /* txn ATS_UNUSED */, TSMBuffer bufp, TSMLoc hdr_loc, char const *type_msg)
160{
161 if (dbg_ctl_hdrs.on()) {
162 std::stringstream output;
163 print_headers(bufp, hdr_loc, output);
164 Dbg(dbg_ctl_hdrs, "\n=============\n %s headers are... \n %s", type_msg, output.str().c_str());
165 }
166}
167
168void
169print_request_headers(TSHttpTxn txn, std::stringstream &output)

Callers 1

XInjectResponseHeadersFunction · 0.85

Calls 4

print_headersFunction · 0.85
onMethod · 0.45
c_strMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected