doc/go1.17: document net/http changes for Go 1.17 #46015
Labels
Documentation
FrozenDueToAge
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
As of filing this issue, the Go 1.17 draft release notes contained the following HTML:
The
net/http
package now uses the new(*tls.Conn).HandshakeContext
with theRequest
context when performing TLS handshakes in the client or server.TODO: https://golang.org/cl/235437: add to deadlines only when positive
TODO: https://golang.org/cl/308952: make ReadRequest return an error when requests have multiple Host headers
This TODO needs to be resolved by July 1 so that we can have complete release notes for Beta 1.
A sequence of steps to resolve this issue may be:
The text was updated successfully, but these errors were encountered: