randall commented on a change in pull request #7233:
URL: https://github.com/apache/trafficserver/pull/7233#discussion_r498318974
##########
File path: doc/admin-guide/plugins/multiplexer.en.rst
##########
@@ -59,6 +60,7 @@ Example remap.config::
map http://www.example.com/a http://www.example.com/
@plugin=multiplexer.so @pparam=host1.example.com
map http://www.example.com/b http://www.example.com/
@plugin=multiplexer.so @pparam=host2.example.com
map http://www.example.com/c http://www.example.com/
@plugin=multiplexer.so @pparam=host1.example.com @pparam=host2.example.com
+ map http://www.example.com/c http://www.example.com/
@plugin=multiplexer.so @pparam=host1.example.com @pparam=host2.example.com
@pparam=proxy.config.multiplexer.skip_post_put=1
Review comment:
I know it's just an example, but having the same 2 inbounds in
remap.config is invalid. Can you update `http://www.example.com/c` to
http://www.example.com/d` ?
----------------------------------------------------------------
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]