From 15cb18dbfa5d2a371aacd2b52fdd3e9cf29ff19d Mon Sep 17 00:00:00 2001 From: Mat Byczkowski Date: Wed, 9 Aug 2017 13:09:47 -0700 Subject: [PATCH] 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 --- doc/go1.9.html | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.48.1