From: Brad Fitzpatrick Date: Thu, 17 Dec 2015 21:34:41 +0000 (-0800) Subject: doc: change go1.6 http heading X-Git-Tag: go1.6beta2~207 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=32cf985d1a74b2d5f0f79835f0c1be5c44db77ff;p=gostls13.git doc: change go1.6 http heading Reapply golang.org/cl/17918 Change-Id: I0df40585cdd4dae8d365ed9860a81e0cb23f21b9 Reviewed-on: https://go-review.googlesource.com/18032 Reviewed-by: Russ Cox --- diff --git a/doc/go1.6.html b/doc/go1.6.html index 69a7fab27b..3dee58fb2d 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -33,7 +33,7 @@ We expect almost all Go programs to continue to compile and run as before.

The release adds new ports to Linux on 64-bit MIPS and Android on 32-bit x86; defined and enforced rules for sharing Go pointers with C; -transparent, automatic support for HTTP/2; +transparent, automatic support for HTTP/2; and a new mechanism for template reuse.

@@ -258,7 +258,7 @@ to implementations of the

Core library

-

HTTP

+

HTTP/2

Go 1.6 adds transparent support in the @@ -697,7 +697,7 @@ and

  • Also in the net/http package, -there are a few change related to the handling of a +there are a few changes related to the handling of a Request data structure with its Method field set to the empty string. An empty Method field has always been documented as an alias for "GET" and it remains so.