JosiahWI opened a new pull request, #9951:
URL: https://github.com/apache/trafficserver/pull/9951
This changes sni.yaml parsing to allow multiple port ranges.
Before:
```yaml
sni:
- fqdn: example.com
inbound_port_range: 443-446
```
After:
```yaml
sni:
- fqdn: example.com
inbound_port_ranges:
- 443-446
- 8080
```
Test cases and documentation have been updated to reflect the change, and
parts of the parsing and autest have been refactored.
--
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]