File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h2 id="introduction">Introduction to Go 1.6</h2>
33
33
< p >
34
34
The release adds new ports to < a href ="#ports "> Linux on 64-bit MIPS and Android on 32-bit x86</ a > ;
35
35
defined and enforced < a href ="#cgo "> rules for sharing Go pointers with C</ a > ;
36
- transparent, automatic < a href ="#http "> support for HTTP/2</ a > ;
36
+ transparent, automatic < a href ="#http2 "> support for HTTP/2</ a > ;
37
37
and a new mechanism for < a href ="#template "> template reuse</ a > .
38
38
</ p >
39
39
@@ -258,7 +258,7 @@ <h2 id="performance">Performance</h2>
258
258
259
259
< h2 id ="library "> Core library</ h2 >
260
260
261
- < h3 id ="http "> HTTP</ h3 >
261
+ < h3 id ="http2 "> HTTP/2 </ h3 >
262
262
263
263
< p >
264
264
Go 1.6 adds transparent support in the
@@ -697,7 +697,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
697
697
698
698
< li >
699
699
Also in the < a href ="/pkg/net/http/ "> < code > net/http</ code > </ a > package,
700
- there are a few change related to the handling of a
700
+ there are a few changes related to the handling of a
701
701
< a href ="/pkg/http/#Request "> < code > Request</ code > </ a > data structure with its < code > Method</ code > field set to the empty string.
702
702
An empty < code > Method</ code > field has always been documented as an alias for < code > "GET"</ code >
703
703
and it remains so.
You can’t perform that action at this time.
0 commit comments