Github user shinrich commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/249#discussion_r34518050
  
    --- Diff: proxy/http/HttpSM.cc ---
    @@ -6560,6 +6559,12 @@ HttpSM::kill_this()
       reentrancy_count--;
       ink_release_assert(reentrancy_count == 0);
     
    +  // Delay the close of the user agent session, so the close session
    +  // occurs after the close transaction
    +  if (ua_session != NULL)
    --- End diff --
    
    The existing code is pretty eager to do_io_close() on the VC in error cases 
anyway. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to