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

    https://github.com/apache/trafficserver/pull/825#discussion_r72140971
  
    --- Diff: proxy/ProxyClientTransaction.h ---
    @@ -211,7 +211,11 @@ class ProxyClientTransaction : public VConnection
     
       virtual bool allow_half_open() const = 0;
     
    -  virtual const char *get_protocol_string() const = 0;
    +  virtual const char *
    --- End diff --
    
    I'm ok without it, but the way logging works, you will do strlen() on that 
string twice every time you log it (once to calculate the buffer space needed, 
and once to write the string).


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

Reply via email to