commit | f315505cf3349909cdf013ea56690da34e96a451 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Fri Jan 22 02:14:55 2016 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Jan 26 03:35:23 2016 +0000 |
tree | 26379d45e7c22687d9704a1d2d39c924afdeb23b | |
parent | 2e9cee70ee697e0a2ef894b560dda50dec7dff58 [diff] |
net/context/ctxhttp: fix case where Body could leak and not be closed Fixes golang/go#14065 Change-Id: Ic19a0f740cddced8fb782f65cea14da383b047b1 Reviewed-on: https://go-review.googlesource.com/18802 Reviewed-by: Olivier Poitrey <rs@rhapsodyk.net> Reviewed-by: Daniel Morsing <daniel.morsing@gmail.com> Reviewed-by: Chris Broadfoot <cbro@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>