mirror of
https://github.com/traefik/traefik.git
synced 2025-09-26 00:01:15 +02: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") {
|
if strings.Contains(e, "http2debug=1") || strings.Contains(e, "http2debug=2") {
|
||||||
http2VerboseLogs = true
|
http2VerboseLogs = true
|
||||||
}
|
}
|
||||||
http2VerboseLogs = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Server implements net.Handler and enables h2c. Users who want h2c just need
|
// Server implements net.Handler and enables h2c. Users who want h2c just need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user