Skip to content

Client is only exported when proxy feature is enabled. #91

@tnull

Description

@tnull

Currently, the default features are ["use-rustls", "proxy"]. As I have no immediate use for a socks proxy, I tried disabling this feature, with the result that crate::client is not exported anymore, see here:

#[cfg(any(
all(feature = "proxy", feature = "use-openssl"),
all(feature = "proxy", feature = "use-rustls")
))]
pub mod client;

Not sure if that is intended, but if "proxy" is indeed mandatory, it's unclear to me why it's a feature in the first place?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions