Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handle
Method · 0.45
Calls
3
TSStatIntIncrement
Function · 0.85
TSError
Function · 0.50
c_str
Method · 0.45
Tested by
no test coverage detected