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

Method error

plugins/multiplexer/dispatch.cc:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 void
158 error()
159 {
160 TSError("[" PLUGIN_TAG "] error when communicating with \"%s\"\n", url.c_str());
161 TSStatIntIncrement(statistics.failures, 1);
162 }
163
164 void
165 timeout()

Callers 1

handleMethod · 0.45

Calls 3

TSStatIntIncrementFunction · 0.85
TSErrorFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected