From: Alberto Donizetti Date: Fri, 20 Jul 2018 09:00:28 +0000 (+0200) Subject: doc/go1.11: fix unclosed html and typos in net section X-Git-Tag: go1.11beta3~107 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f5425dc80052a3826880718198bed9bfdb2df128;p=gostls13.git doc/go1.11: fix unclosed html and typos in net section Change-Id: I3bcf8850ad3873f2627ba017cbfb8b7a8c9cf467 Reviewed-on: https://go-review.googlesource.com/125256 Reviewed-by: Daniel Martí Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 0266efa386..213ec30083 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -596,9 +596,9 @@ for k := range m {

The net package now automatically uses the splice system call - on Linux when calling copying data between TCP connections in + on Linux when copying data between TCP connections in TCPConn.ReadFrom, as called by - io.Copy. The result is faster, more efficient TCP proxying. + io.Copy. The result is faster, more efficient TCP proxying.

@@ -623,7 +623,7 @@ for k := range m {

The Cookie type has a new - The SameSite field + SameSite field (of new type also named SameSite) to represent the new cookie attribute recently supported by most browsers. The net/http's Transport does not use the SameSite