]> Cypherpunks repositories - gostls13.git/commit
net/http: document that Request.Clone does not deep copy Body
authorDamien Neil <dneil@google.com>
Mon, 17 Jun 2024 21:54:22 +0000 (14:54 -0700)
committerDamien Neil <dneil@google.com>
Mon, 24 Jun 2024 17:21:49 +0000 (17:21 +0000)
commit29b1a6765fb5f124171d94f157b6d6c3b2687468
tree06a058261759e9d9461eaf26b6a892b610ce06d1
parentcf54a3d11469e3e9bd531ee2cdeaf613467923f1
net/http: document that Request.Clone does not deep copy Body

Fixes #36095

Change-Id: I94ae014b0ee45b4aeb38cb247e42cfc13f663ded
Reviewed-on: https://go-review.googlesource.com/c/go/+/593175
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
src/net/http/request.go