diff --git a/doc/go1.6.html b/doc/go1.6.html index 46a8f65db3..92998ad46c 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -752,13 +752,13 @@ Third, the Expect: 100-continue header (see Transport.ExpectContinueTimeout). Fourth, there are -five new error codes from RFC 6585: +five new error codes: StatusPreconditionRequired (428), StatusTooManyRequests (429), -StatusRequestHeaderFieldsTooLarge (431), -StatusUnavailableForLegalReasons (451)), -and -StatusNetworkAuthenticationRequired (511). +StatusRequestHeaderFieldsTooLarge (431), and +StatusNetworkAuthenticationRequired (511) from RFC 6585, +as well as the recently-approved +StatusUnavailableForLegalReasons (451). Fifth, the implementation and documentation of CloseNotifier has been substantially changed.