Skip to content

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Apr 30, 2025

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
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Apr 30, 2025
@glbrntt glbrntt enabled auto-merge (squash) April 30, 2025 09:43
@glbrntt glbrntt merged commit c61298e into swift-server:main Apr 30, 2025
24 of 25 checks passed
@glbrntt glbrntt deleted the strict-request-bag branch April 30, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants