http2: remove TLSConfig.CipherSuites order check The order of CipherSuites is ignored as of Go 1.17, and the effective order will always put good ciphers first, as tested by TestCipherSuites in crypto/tls. Updates golang/go#45430 Change-Id: I54424f68bffe805f504b57eb025601c08c6357f6 Reviewed-on: https://go-review.googlesource.com/c/net/+/314611 Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.