H2C: Remove buggy line in init to make verbose switch working

This commit is contained in:
Damien Duportal 2018-07-31 18:56:03 +02:00 committed by Traefiker Bot
parent fb4717d5f3
commit ed0c7d9c49

View file

@ -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