add test
This commit is contained in:
parent
b7e0f2d1ad
commit
cb6b2e0c32
|
|
@ -103,8 +103,8 @@ class MaybeTls:
|
||||||
"tls_strategy",
|
"tls_strategy",
|
||||||
int,
|
int,
|
||||||
0,
|
0,
|
||||||
"TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful "
|
"TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful"
|
||||||
"handshake. If set to 0 < p <= 100, connections with be passed through with probability p.",
|
"handshake. If set to 0 < p <= 100, connections with be passed through with probability py",
|
||||||
)
|
)
|
||||||
|
|
||||||
def configure(self, updated):
|
def configure(self, updated):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue