mlibbey opened a new pull request, #13121:
URL: https://github.com/apache/trafficserver/pull/13121
When one uses inbound.url.{} as an operator, for instance: REMAP {
inbound.url.host = "example.com";
}
hrw4u turns this into set-destination which modifies the outbound URL,
making the naming actively misleading.
inbound.url reads from the pristine client URL (CLIENT-URL) which is
immutable — ATS provides no mechanism to set it. So, removing this as an
operator, but keeping it as a valid condition.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]