From: Josh Bleecher Snyder Date: Wed, 14 Sep 2016 18:35:11 +0000 (-0700) Subject: cmd/vet/all: update whitelist X-Git-Tag: go1.8beta1~1324 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d72c2846f1fac679d6def717b4e9c83fbafdf908;p=gostls13.git cmd/vet/all: update whitelist CL 29110 brought the fix into the main tree. Change-Id: I7bf02670d40f22d35c63e05173419fdee9f93462 Reviewed-on: https://go-review.googlesource.com/29161 Run-TryBot: Josh Bleecher Snyder Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/vet/all/whitelist/all.txt b/src/cmd/vet/all/whitelist/all.txt index 786e65972c..4cbb790cbd 100644 --- a/src/cmd/vet/all/whitelist/all.txt +++ b/src/cmd/vet/all/whitelist/all.txt @@ -1,9 +1,5 @@ // Non-platform-specific vet whitelist. See readme.txt for details. -// Issue 16228. Fixed, just waiting for an http2 re-vendor. -net/http/h2_bundle.go: assignment copies lock value to *cfg: crypto/tls.Config contains sync.Once contains sync.Mutex - - // Real problems that we can't fix. // This is a bad WriteTo signature. Errors are being ignored!