Skip to content

fix(subscriptions): send body when deleting AA regions#61

Open
joshrotenberg wants to merge 2 commits intomainfrom
fix-aa-region-delete-body
Open

fix(subscriptions): send body when deleting AA regions#61
joshrotenberg wants to merge 2 commits intomainfrom
fix-aa-region-delete-body

Conversation

@joshrotenberg
Copy link
Contributor

Summary

  • send the ActiveActiveRegionDeleteRequest body when deleting regions from an active-active subscription
  • route the operation through the existing delete_with_body helper instead of dropping the request payload
  • add a strict request-shape test that asserts the DELETE body on the wire

Testing

  • cargo fmt
  • cargo test

Closes #59

Addresses high-severity DoS vulnerability in quinn-proto 0.11.13.
Lockfile-only change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(request): send request body when deleting AA subscription regions

1 participant