Closed
Description
From cmd/vet:
net/http/h2_bundle.go:5133: assignment copies lock value to *cfg: crypto/tls.Config contains sync.Once contains sync.Mutex
net/http/httptest/server.go:119: assignment copies lock value to *s.TLS: crypto/tls.Config contains sync.Once contains sync.Mutex
These seem like legitimate complaints.
It seems like tls.Config could use a Copy method, but probably not for Go 1.7.