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

    https://github.com/apache/trafficserver/pull/1508#discussion_r103381037
  
    --- Diff: proxy/http/HttpBodyFactory.cc ---
    @@ -301,14 +299,13 @@ HttpBodyFactory::reconfigure()
     
       ats_scoped_str 
directory_of_template_sets(RecConfigReadConfigPath("proxy.config.body_factory.template_sets_dir",
 "body_factory"));
     
    -  directory_of_template_sets = Layout::get()->relative(s);
    +  directory_of_template_sets = 
Layout::get()->relative(directory_of_template_sets);
    --- End diff --
    
    At this point, we don't really need to do `relative_to` since 
`RecConfigReadConfigPath` guarantees us an absolute path.


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