Skip to content

Mark LegacyHTTPClientRequest as Sendable #8015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

plemarquand
Copy link
Contributor

LegacyHTTPClientRequest can be trivially Sendable.

This suppresses some warnings in LegacyHTTPClient which itself should also be made concurrecy safe eventually, but it holds some static shared state and so isn't a straightforward conversion.

`LegacyHTTPClientRequest` can be trivially Sendable.

This suppresses some warnings in `LegacyHTTPClient` which itself should
also be made concurrecy safe eventually, but it holds some static
shared state and so isn't a straightforward conversion.
@MaxDesiatov
Copy link
Contributor

@swift-ci test

@MaxDesiatov MaxDesiatov enabled auto-merge (squash) October 1, 2024 18:35
@MaxDesiatov MaxDesiatov merged commit 4723fff into swiftlang:main Oct 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants