From f5425dc80052a3826880718198bed9bfdb2df128 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Fri, 20 Jul 2018 11:00:28 +0200 Subject: [PATCH] doc/go1.11: fix unclosed html and typos in net section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3bcf8850ad3873f2627ba017cbfb8b7a8c9cf467 Reviewed-on: https://go-review.googlesource.com/125256 Reviewed-by: Daniel Martí Reviewed-by: Ian Lance Taylor --- doc/go1.11.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.0