jrushford opened a new issue #7824: URL: https://github.com/apache/trafficserver/issues/7824
A user inadvertently created an invalid host definition in the strategies.yaml. When configuring the **scheme** section of a **host** the user added the **port** element as an array field. The parser allowed this but at runtime, the next hop lookup failed to get the proper port number which caused a runtime assertion failure. Incorrect YAML: ` protocol: - scheme: http - port: 80 ` Correct YAML: ` protocol: - scheme: http port ` -- 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: us...@infra.apache.org