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

    https://github.com/apache/trafficserver/pull/653#discussion_r66991880
  
    --- Diff: proxy/http/HttpTransact.h ---
    @@ -905,8 +905,9 @@ class HttpTransact
         int next_hop_scheme; // out
         int orig_scheme;     // pre-mapped scheme
         int method;
    -    int cause_of_death_errno; // in
    -    HostDBInfo host_db_info;  // in
    +    int cause_of_death_errno;     // in
    +    Ptr<HostDBInfo> hostdb_entry; // Pointer to the entry we are 
referencing in hostdb-- to keep our ref
    --- End diff --
    
    right now-- nowhere. This is simply to have the transaction maintain a 
refcount to the HostDBInfo. Its a bit complicated as there is another member 
`host_db_info` which is the exact record (child or whatnot) that the 
transaction is using.


---
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