]> Cypherpunks repositories - gostls13.git/commit
net/http: http.Request.Context doc fix
authorAnmol Sethi <anmol@aubble.com>
Thu, 2 Jun 2016 02:35:09 +0000 (22:35 -0400)
committerAndrew Gerrand <adg@golang.org>
Thu, 2 Jun 2016 05:25:46 +0000 (05:25 +0000)
commit15db3654b8e9fda6d41f4389879c8cd370f71a7e
treef1c66d1cf59900e4d59e672cccea6c8520d1c1fb
parent6a0fd18016794a681580c8ca971c7d2d26f287bf
net/http: http.Request.Context doc fix

The comment on http.Request.Context says that the context
is canceled when the client's connection closes even though
this has not been implemented. See #15927

Change-Id: I50b68638303dafd70f77f8f778e6caff102d3350
Reviewed-on: https://go-review.googlesource.com/23672
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/request.go