From 32cf985d1a74b2d5f0f79835f0c1be5c44db77ff Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 17 Dec 2015 13:34:41 -0800 Subject: [PATCH] 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 --- doc/go1.6.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.48.1