]> Cypherpunks repositories - gostls13.git/commit
doc/go1.13: document net/http.Transport.Request.Body unfurling
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Thu, 1 Aug 2019 01:14:56 +0000 (18:14 -0700)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Fri, 2 Aug 2019 17:58:08 +0000 (17:58 +0000)
commitbdea352b96c6934ee49920b18c3b8aedffd27d08
treeacf867dfa3bb8aa5cc78fee38acdea1a0177d099
parent0e54d28ff7ff63450356811b675a02e0afe610d6
doc/go1.13: document net/http.Transport.Request.Body unfurling

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>
doc/go1.13.html