Skip to content
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

too slow in multipart usage when use http/2 proto #3499

Open
hanyuzhou2006 opened this issue Nov 13, 2024 · 0 comments
Open

too slow in multipart usage when use http/2 proto #3499

hanyuzhou2006 opened this issue Nov 13, 2024 · 0 comments

Comments

@hanyuzhou2006
Copy link

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)

  1. copy multipart example
  2. write a html form page to upload a file
  3. generate self signed certs, use bind_rustls_0_23 to run server
  4. use chrome to upload

Context

Your Environment

ubuntu 24.04 amd64

  • Rust Version (I.e, output of rustc -V): 1.82.0
  • Actix Web Version: 4.9.0
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

No branches or pull requests

1 participant