Skip to content

Conversation

@glbrntt
Copy link
Collaborator

Motivation:

RequestBag conforms to HTTPExecutableRequest to must be Sendable.

Modifications:

  • Move event-loop bound state to a loop-bound box
  • Remove redundant event-loop checks (they are performed by the loop bound box)

Result:

Fewer warnings

Motivation: RequestBag conforms to HTTPExecutableRequest to must be Sendable. Modifications: - Move event-loop bound state to a loop-bound box - Remove redundant event-loop checks (they are performed by the loop bound box) Result: Fewer warnings
@glbrnttglbrntt added the 🔨 semver/patch No public API change. label Apr 30, 2025
@glbrnttglbrntt enabled auto-merge (squash) April 30, 2025 09:43
@glbrnttglbrntt merged commit c61298e into swift-server:mainApr 30, 2025
24 of 25 checks passed
@glbrnttglbrntt deleted the strict-request-bag branch April 30, 2025 09:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patchNo public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@glbrntt@gjcairo