You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a placeholder for us to comb through the net/http improvements such as #30377 (comment) from @vancluever in which we now use SendFile/ReadFrom for Transport.Body if possible
The text was updated successfully, but these errors were encountered:
Documents the work from:
* CL 163599
* CL 163737
which now uses the Request.Body's io.ReaderFrom implementation,
if available, and permits system level optimizations such as
"sendfile" to be used to transmit/upload the Body, which greatly
speeds up file uploads.
Updates #33396
Change-Id: I7b8315c4b3e57ad47bb9be2b0c838857875d4bd5
Reviewed-on: https://go-review.googlesource.com/c/go/+/188457
Reviewed-by: Andrew Bonventre <andybons@golang.org>
This issue is a placeholder for us to comb through the net/http improvements such as #30377 (comment) from @vancluever in which we now use SendFile/ReadFrom for Transport.Body if possible
The text was updated successfully, but these errors were encountered: