From: Mat Byczkowski Date: Wed, 9 Aug 2017 20:09:47 +0000 (-0700) Subject: doc/1.9: add CL 44074 for net/http to the release notes X-Git-Tag: go1.10beta1~1666 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=15cb18dbfa5d2a371aacd2b52fdd3e9cf29ff19d;p=gostls13.git doc/1.9: add CL 44074 for net/http to the release notes Change-Id: I2eb4f9531372c792a98578560e946d803ad96da8 Reviewed-on: https://go-review.googlesource.com/54411 Reviewed-by: Joe Tsai --- diff --git a/doc/go1.9.html b/doc/go1.9.html index 7cee379c45..2d359bfb06 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -724,6 +724,11 @@ version of gccgo. header when matching handlers. The host is matched unmodified for CONNECT requests. +
  • + The new Server.ServeTLS method wraps + Server.Serve with added TLS support. +
  • +
  • Server.WriteTimeout now applies to HTTP/2 connections and is enforced per-stream.