bneradt commented on code in PR #8963:
URL: https://github.com/apache/trafficserver/pull/8963#discussion_r951930573
##########
proxy/http/HttpTransact.h:
##########
@@ -571,12 +573,64 @@ class HttpTransact
ConnectionAttributes *server = nullptr;
ink_time_t now = 0;
ServerState_t state = STATE_UNDEFINED;
- unsigned attempts = 0;
- unsigned simple_retry_attempts = 0;
- unsigned unavailable_server_retry_attempts = 0;
- ParentRetry_t retry_type = PARENT_RETRY_NONE;
+ class Attempts
Review Comment:
Just to follow up on this: I just rebased this branch on top of latest
10-Dev. 10-Dev now has Walt's `Attempts` work on it, so that is no longer in
this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]