diff --git a/doc/go1.5.html b/doc/go1.5.html index 282f0685b2..56adaa1558 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1097,6 +1097,17 @@ For details, see the documentation for ResponseWriter. +
  • +There is a new method to cancel a net/http +Request by setting the new +Request.Cancel +field. +It is supported by http.Transport. +The Cancel field's type is compatible with the +context.Context.Done +return value. +
  • +
  • Also in the net/http package, there is code to ignore the zero Time value