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