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

    https://github.com/apache/trafficserver/pull/1608#discussion_r108462625
  
    --- Diff: proxy/http/HttpConfig.cc ---
    @@ -1129,6 +1129,8 @@ HttpConfig::startup()
       // Local Manager
       HttpEstablishStaticConfigLongLong(c.synthetic_port, 
"proxy.config.admin.synthetic_port");
     
    +  // FTP protocol enabled
    +  HttpEstablishStaticConfigByte(c.forward_proxy_ftp_enabled, 
"proxy.config.ftp_enabled");
    --- End diff --
    
    Can we make this overridable as well? That would allow you to turn on /off 
this feature per remap rule (or via a plugin).


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