We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your issue may already be reported! Please search on the Actix Web issue tracker before creating one.
post multipart data is fast when use http/2 proto
upload file usage:
post multipart data is fast when use http/1 proto
but too slow when use http/2 proto
ubuntu 24.04 amd64
rustc -V
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your issue may already be reported! Please search on the Actix Web issue tracker before creating one.
Expected Behavior
post multipart data is fast when use http/2 proto
Current Behavior
upload file usage:
post multipart data is fast when use http/1 proto
but too slow when use http/2 proto
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
ubuntu 24.04 amd64
rustc -V
): 1.82.0The text was updated successfully, but these errors were encountered: