diff --git a/doc/go1.12.html b/doc/go1.12.html index fda61a69a7..1b937fdd79 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -694,6 +694,20 @@ for { +
net/url
+
+

+ Parse, + ParseRequestURI, + and + URL.Parse + now return an + error for URLs containing ASCII control characters, which includes NULL, + tab, and newlines. +

+ +
+
net/http/httputil