You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of tls_info(true) is not supported when Proxy is used. The current implementation has a hardcoded false for some cases, like when using socks5 on rust_tls feature, and other Proxy config/features combinations.
Expectation:
Include tls info when using a proxy if tls_info(true) is set on the builder.
The text was updated successfully, but these errors were encountered:
Issue:
The current implementation of
tls_info(true)
is not supported when Proxy is used. The current implementation has a hardcodedfalse
for some cases, like when using socks5 on rust_tls feature, and other Proxy config/features combinations.Expectation:
Include tls info when using a proxy if
tls_info(true)
is set on the builder.The text was updated successfully, but these errors were encountered: