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

    https://github.com/apache/trafficserver/pull/825#discussion_r72122764
  
    --- 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 don't think adding a length argument makes much difference one way or the 
other.  I guess it would reduce the logging call site to once call.  But we are 
storing the protocol as a NULL terminated string, so we'd be doing the strlen 
in any case.


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