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

    https://github.com/apache/trafficserver/pull/738#discussion_r68444862
  
    --- Diff: plugins/experimental/remap_stats/remap_stats.c ---
    @@ -92,19 +92,20 @@ stat_add(char *name, TSMgmtInt amount, 
TSStatPersistence persist_type, TSMutex c
     static char *
     get_effective_host(TSHttpTxn txn)
     {
    -  char *effective_url, *tmp;
       const char *host;
       int len;
       TSMBuffer buf;
       TSMLoc url_loc;
    +  char *effective_url, *tmp;
    --- End diff --
    
    Understood. I'll move it back up the top.


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