diff --git a/doc/go1.7.html b/doc/go1.7.html index 0acfb6c8fc..105e3b4eab 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -855,6 +855,16 @@ so that w.WriteHeader(5) uses the HTTP response status 005, not just 5.

+

+The server implementation now correctly sends only one "Transfer-Encoding" header when "chunked" +is set explicitly, following RFC 2616. +

+ +

+In the server, a 200 status code is sent back by the timeout handler on an empty +response body, instead of sending back 0 as the status code. +

+

In the client, the Transport implementation passes the request context