Is this a list of maps, then? It might be better to have either a list of
lists, that is a list of pairs effectively, or a map of lists. That is,
```
protocol:
- [ http, 80 ]
- [ http, 3128 ]
- [ https, 443 ]
```
or
```
protocol:
- http:
- 80
- 3128
- https:
- 443
```[ Full content available at: https://github.com/apache/trafficserver/pull/4099 ] This message was relayed via gitbox.apache.org for [email protected]
