Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1608#discussion_r108767725
--- 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 --
Is that usable, though? TS is going to dealt with the request header by
that point and already committed to HTTP or FTP.
---
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.
---