]> Cypherpunks repositories - gostls13.git/commitdiff
doc/1.9: add CL 44074 for net/http to the release notes
authorMat Byczkowski <mbyczkowski@gmail.com>
Wed, 9 Aug 2017 20:09:47 +0000 (13:09 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Thu, 10 Aug 2017 17:47:06 +0000 (17:47 +0000)
Change-Id: I2eb4f9531372c792a98578560e946d803ad96da8
Reviewed-on: https://go-review.googlesource.com/54411
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
doc/go1.9.html

index 7cee379c45cf4bf1bebc70eb5db3bade6c9c53e5..2d359bfb062d43395a5f101e195a329c39055e8b 100644 (file)
@@ -724,6 +724,11 @@ version of gccgo.
         header when matching handlers. The host is matched unmodified for <code>CONNECT</code> requests.
       </li>
 
+      <li><!-- CL 44074 -->
+        The new <a href="/pkg/net/http/#Server.ServeTLS"><code>Server.ServeTLS</code></a> method wraps
+        <a href="/pkg/net/http/#Server.Serve"><code>Server.Serve</code></a> with added TLS support.
+      </li>
+
       <li><!-- CL 34727 -->
         <a href="/pkg/net/http/#Server.WriteTimeout"><code>Server.WriteTimeout</code></a>
         now applies to HTTP/2 connections and is enforced per-stream.