Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1070#discussion_r81653679
--- Diff: proxy/http/HttpSM.cc ---
@@ -5310,9 +5310,6 @@ HttpSM::handle_post_failure()
tunnel.deallocate_buffers();
tunnel.reset();
// Server died
- vc_table.cleanup_entry(server_entry);
- server_entry = NULL;
- server_session = NULL;
--- End diff --
But at this point, we don't want to leave dangling pointers even if we do
want to retry, right? If we retry we ought to get a new server session.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---