octavia-lib/releasenotes/notes/add-listener-alpn-protocols-ecb49db86b956c71.yaml
Carlos Goncalves b262fc9ad3 Add alpn_protocols to the listener data model
Change-Id: Iea9fdbfaee7c7965adcc65825fe6422f87b06de0
2020-08-26 22:24:11 +00:00

8 lines
257 B
YAML

---
features:
- |
Added parameter ``alpn_protocols`` to listeners. This parameter contains
the list of protocols supported by listeners, in descending order of
preference. The supported protocols are ``http/1.0``, ``http/1.1``
and ``h2``.