Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit afd5ffb

Browse files
:nit: remove log saying that http is disabled (#492)
1 parent cab110e commit afd5ffb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/manager/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ func main() {
166166
// - HTTP/2 Rapid Reset (GHSA-4374-p667-p6c8)
167167
// While CVE fixes exist, they remain insufficient; disabling HTTP/2 helps reduce risks.
168168
// For details, see: https://github.com/kubernetes/kubernetes/issues/121197
169-
setupLog.Info("disabling http/2")
170169
config.NextProtos = []string{"http/1.1"}
171170
}
172171

0 commit comments

Comments
 (0)