diff --git a/doc/go1.10.html b/doc/go1.10.html index 569e420d51..2b2a150ccc 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -1214,6 +1214,10 @@ The content-serving handlers also now omit the Content-Type header if passed an invalid (non-3-digit) status code.

+ +The Server will no longer add an implicit Content-Type when a Handler does not write any output. +

+

Redirect now sets the Content-Type header before writing its HTTP response.