Skip to content

make HTTPClient.Configuration.tlsConfiguration non-nil #365

Open
@weissi

Description

@weissi

HTTPClient always has a TLS configuration so we don't need to have tlsConfiguration be optional. It should be defaulted to the default config and not nil. The code always uses configuration.tlsConfiguration ?? TLSConfiguration.forClient() which isn't right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions