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

    https://github.com/apache/trafficserver/pull/783#discussion_r69650806
  
    --- Diff: proxy/http/HttpTransact.cc ---
    @@ -63,7 +63,12 @@ static char range_type[] = "multipart/byteranges; 
boundary=RANGE_SEPARATOR";
     
     extern HttpBodyFactory *body_factory;
     
    -static const char local_host_ip_str[] = "127.0.0.1";
    +inline static bool
    +is_localhost(const char *name, int len)
    --- End diff --
    
    I should say, I'm fine punting on that for later, just file a separate Jira 
on unifying "localhost" comparisons.


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