-
Notifications
You must be signed in to change notification settings - Fork 375
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
support async_upload, support async_sendfile() with zerocopy in async_upload & async_chunked_upload #608
Conversation
poor-circle
commented
Jul 1, 2024
- add async_upload, user can use this method to upload file in body.
- support async_sendfile(), which is faster and zero-copy in linux platform
- async_upload & async_upload_chunked will use async_sendfile() as backend in linux when user pass a string file path as source, which is 2X faster in localhost.
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|
Code Coverage Report
|