]> Cypherpunks repositories - gostls13.git/commit
net/http: fix the potential leak of textproto.Reader from pool
authorAndy Pan <panjf2000@gmail.com>
Sat, 24 Sep 2022 05:13:14 +0000 (13:13 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 27 Sep 2022 16:01:59 +0000 (16:01 +0000)
commitd9d2ef991caabb3d2d0d419b652e7894cd2f4546
tree723eea8e1fbff3dcdba2fdcb43e3c186fa10ea18
parente978ef36e3e8d09413387883b5b01fc6cdbb7640
net/http: fix the potential leak of textproto.Reader from pool

Fixes #55835

Change-Id: I6109bab2941b859e8cfef22f65a6a3a5f977a8d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/433835
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Andy Pan <panjf2000@gmail.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/net/http/request.go