Merge "Fix PROXYV2 pools"

This commit is contained in:
Zuul 2021-01-29 01:13:46 +00:00 committed by Gerrit Code Review
commit b206516c07
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@ PROTOCOL_MAP = {
constants.PROTOCOL_HTTP: 'http',
constants.PROTOCOL_HTTPS: 'tcp',
constants.PROTOCOL_PROXY: 'proxy',
lib_consts.PROTOCOL_PROXYV2: 'proxy',
constants.PROTOCOL_TERMINATED_HTTPS: 'http'
}

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed a bug where pools with PROXYV2 will go into ERROR.