]> Cypherpunks repositories - gostls13.git/commit
net/http: document that Hijack's net.Conn might have left-over timeouts set
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 Jun 2015 10:11:58 +0000 (12:11 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 25 Jun 2015 03:01:52 +0000 (03:01 +0000)
commit190313e696239feb6cb8187e1389820817575c4c
tree29dc658c5f068a16782d69f549c519fca3113f37
parentdbe9ab69d946be2c324430c8ed7717276780b533
net/http: document that Hijack's net.Conn might have left-over timeouts set

Fixes #8296

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