Merge "Fix PROXYV2 pools"
This commit is contained in:
commit
b206516c07
@ -27,6 +27,7 @@ PROTOCOL_MAP = {
|
|||||||
constants.PROTOCOL_HTTP: 'http',
|
constants.PROTOCOL_HTTP: 'http',
|
||||||
constants.PROTOCOL_HTTPS: 'tcp',
|
constants.PROTOCOL_HTTPS: 'tcp',
|
||||||
constants.PROTOCOL_PROXY: 'proxy',
|
constants.PROTOCOL_PROXY: 'proxy',
|
||||||
|
lib_consts.PROTOCOL_PROXYV2: 'proxy',
|
||||||
constants.PROTOCOL_TERMINATED_HTTPS: 'http'
|
constants.PROTOCOL_TERMINATED_HTTPS: 'http'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
releasenotes/notes/fix-proxyv2-44a7627294922a8e.yaml
Normal file
4
releasenotes/notes/fix-proxyv2-44a7627294922a8e.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixed a bug where pools with PROXYV2 will go into ERROR.
|
Loading…
Reference in New Issue
Block a user