| 228 | } |
| 229 | |
| 230 | bool |
| 231 | parent_is_proxy() const |
| 232 | { |
| 233 | // Parents set by the TSHttpTxnParentProxySet API are always considered proxies rather than origins. |
| 234 | return is_api_result() ? true : rec->parent_is_proxy; |
| 235 | } |
| 236 | |
| 237 | unsigned |
| 238 | retry_type() const |
no test coverage detected