Compiler errors when enabling tls features
deedy5 opened this issue · 2 comments
deedy5 commented
How to reproduce the problem:
Add default-tls
or native-tls
or rustls-tls
to default:
[features]
default = ["boring-tls", "impersonate", "rustls-tls"]
0x676e67 commented
This library is only suitable for boring tls.
0x676e67 commented
To use other tls, you need to turn off the default features. And the compilation may fail. If you have time to fix it, please pr