Skip to content

Commit

Permalink
doc/1.9: add CL 44074 for net/http to the release notes
Browse files Browse the repository at this point in the history
Change-Id: I2eb4f9531372c792a98578560e946d803ad96da8
Reviewed-on: https://go-review.googlesource.com/54411
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
  • Loading branch information
mbyczkowski authored and dsnet committed Aug 10, 2017
1 parent d5ad779 commit 15cb18d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/go1.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
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.
Expand Down

0 comments on commit 15cb18d

Please sign in to comment.