Skip to content

refactor(actix): simplify body_from_http #757

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
merged 1 commit into from
Mar 24, 2025

Conversation

robjtede
Copy link
Contributor

No description provided.

futures-util = { version = "0.3.5", default-features = false }
sentry-core = { version = "0.36.0", path = "../sentry-core", default-features = false, features = [
"client",
] }
actix-http = "3.9.0"
actix-http = "3.10"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

min version for Payload::from(Bytes)

@@ -14,11 +14,12 @@ rust-version = "1.81"

[dependencies]
actix-web = { version = "4", default-features = false }
bytes = "1.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

min version for .try_collect::<BytesMut>()

@lcian
Copy link
Member

lcian commented Mar 24, 2025

Thanks @robjtede !

@lcian lcian merged commit 5dd246d into getsentry:master Mar 24, 2025
14 checks passed
@robjtede robjtede deleted the simplify-body-from-http branch March 24, 2025 12:43
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.

3 participants