From 632e641fd23e794ae40d3a0d2a10fc9c8e57c1ea Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 14 Apr 2014 16:28:52 -0700 Subject: [PATCH] doc: simplify a go1.3 change description LGTM=r R=rsc, r CC=golang-codereviews https://golang.org/cl/87750043 --- doc/go1.3.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/go1.3.html b/doc/go1.3.html index c628763ad5..10073200c4 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -354,8 +354,7 @@ has a KeepAlive option to specify a keep-alive period for the conne The net/http package's Transport now closes Request.Body -consistently, even on errors. Previously it was closed on success and -closed on some errors, sometimes depending on timing. +consistently, even on error.
  • TODO: net: enable fast socket creation using SOCK_CLOEXEC and Accept4 on FreeBSD 10 (69100043)
  • -- 2.50.0