From: Brad Fitzpatrick Date: Mon, 14 Apr 2014 23:28:52 +0000 (-0700) Subject: doc: simplify a go1.3 change description X-Git-Tag: go1.3beta1~86 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=632e641fd23e794ae40d3a0d2a10fc9c8e57c1ea;p=gostls13.git doc: simplify a go1.3 change description LGTM=r R=rsc, r CC=golang-codereviews https://golang.org/cl/87750043 --- 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)