From: Aaron Jacobs Date: Wed, 8 Jul 2015 00:05:39 +0000 (+1000) Subject: doc/go1.5: mention net/http.Request.Cancel X-Git-Tag: go1.5beta2~117 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bd45bce373db750580e1a0f9a45563f0c0991d46;p=gostls13.git 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 --- 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