Description
When implementing the fix for TS-4328 I needed to answer the question "did we ever send bytes to the server". This should be relatively simple to answer-- as there is a specific state that connects to origin and then sends the request. At this point nothing in the SM keeps track of where we have been, the closest we have are the milestones-- which we are apparently not happy with using for any logic (only for metrics).
So, the TLDR is that we'd like a mechanism in the HttpSM to see where the SM has gone and its current state. This would be especially helpful for debugging, as we would be able to tell what all the SM has done.
Attachments
Issue Links
- is related to
-
TS-4328 Connect_retries re-connects even if request made it to origin (TS-3440 repeat)
- Closed