Skip to content

Document thread safety / concurrency support. #573

@bmahler

Description

@bmahler

@CatMachina and I struggled to determine which types were thread safe and support concurrent usage, since there's no documentation on this. It would help a lot to clarify concurrency semantics for users.

For example, when using the spengo http client, it tracks an internal req field for redirection counting: https://github.com/jcmturner/gokrb5/blob/v8.4.4/v8/spnego/http.go#L34

This field doesn't look appropriately tracked across concurrent calls?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions