File: add-pool-tls-alpn-support-59758ea78c78952e.yaml

package info (click to toggle)
python-octaviaclient 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,192 kB
  • sloc: python: 12,656; sh: 57; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
features:
  - |
    Added ALPN support for pools with parameter ``--alpn-protocol`` (can
    be set multiple times). Users can define a list of application layer
    protocols to be negotiated over a secure connection. For example, users
    can limit to HTTP/2 or to HTTP/2 and HTTP/1.1 but exclude HTTP/1.0.