From bd45bce373db750580e1a0f9a45563f0c0991d46 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Wed, 8 Jul 2015 10:05:39 +1000 Subject: [PATCH] doc/go1.5: mention net/http.Request.Cancel This was added in commit 8b4278ffb75e79c277bfa90c5e473bfad9f7c1bd. Change-Id: I95279f2779c2bab2767e34389fb4324900c01e6c Reviewed-on: https://go-review.googlesource.com/11952 Reviewed-by: Rob Pike --- doc/go1.5.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/go1.5.html b/doc/go1.5.html index 62d6ffd1d5..6337e8afa1 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1039,6 +1039,13 @@ Also, starting with Go 1.5 the package sets the REMOTE_PORT variable. +
  • +The net/http package's +Request type adds a +Cancel field, a channel to signal that the request has been +canceled. +
  • +
  • The net/mail package adds a AddressParser -- 2.50.0