Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ retry_type
Method
retry_type
include/proxy/ParentSelection.h:237–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
unsigned
238
retry_type() const
239
{
240
return is_api_result() ? PARENT_RETRY_NONE : rec->parent_retry;
241
}
242
243
unsigned
244
max_retries(ParentRetry_t method) const
Callers
2
retry_type
Function · 0.80
response_is_retryable
Function · 0.80
Calls
1
is_api_result
Function · 0.85
Tested by
no test coverage detected