H2C: Remove buggy line in init to make verbose switch working
This commit is contained in:
parent
fb4717d5f3
commit
ed0c7d9c49
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue