0bc8c6a0b8
This change completes the ALPN support started in Victoria and initially limited to listeners. Now with pools supported as well, this feature work is completed in octavia-lib. Change-Id: I01268f7afac8f6356616f3926d6fe9c1ec31b2b5
8 lines
249 B
YAML
8 lines
249 B
YAML
---
|
|
features:
|
|
- |
|
|
Added parameter ``alpn_protocols`` to pools. This parameter contains
|
|
the list of protocols supported by pools, in descending order of
|
|
preference. The supported protocols are ``http/1.0``, ``http/1.1``
|
|
and ``h2``.
|