mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
H2C: Remove buggy line in init to make verbose switch working
This commit is contained in:
parent
fb4717d5f3
commit
ed0c7d9c49
@ -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 New Issue
Block a user