diff --git a/h2c/h2c.go b/h2c/h2c.go index 70e144d2d..c5961620a 100644 --- a/h2c/h2c.go +++ b/h2c/h2c.go @@ -38,7 +38,6 @@ func init() { if strings.Contains(e, "http2debug=1") || strings.Contains(e, "http2debug=2") { http2VerboseLogs = true } - http2VerboseLogs = true } // Server implements net.Handler and enables h2c. Users who want h2c just need