rawlinp opened a new issue #7388: URL: https://github.com/apache/trafficserver/issues/7388
[The ATC project](https://github.com/apache/trafficcontrol) would like for ATS to support inline comments in `parent.config`. For debugging and troubleshooting, it would be helpful to be able to include an inline comment on a `parent.config` line like the following: ``` dest_domain=foo.example.org port=10080 parent="bar.example.org:10080|1.0" secondary_parent="baz.example.ort:10081|1.0" round_robin=false go_direct=false qstring=ignore parent_is_proxy=false parent_retry=both unavailable_server_retry_responses="500,502,503" max_simple_retries=2 max_unavailable_server_retries=1 # this line brought to you by the topology 'foo' ``` Additionally, it appears that `remap.config` supports inline comments like this just fine, but I'm not sure about other config files. Tested on ATS version 8.1.0. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
