mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-03 22:33:28 +00:00
chore: Remove obsolete comment in ech.go (#7487)
This commit is contained in:
parent
f2213e943e
commit
ff4f79aebe
1 changed files with 0 additions and 6 deletions
|
|
@ -50,12 +50,6 @@ func init() {
|
|||
// applied will automatically upgrade the minimum TLS version to 1.3, even if
|
||||
// configured to a lower version.
|
||||
//
|
||||
// Note that, as of Caddy 2.10.0 (~March 2025), ECH keys are not automatically
|
||||
// rotated due to a limitation in the Go standard library (see
|
||||
// https://github.com/golang/go/issues/71920). This should be resolved when
|
||||
// Go 1.25 is released (~Aug. 2025), and Caddy will be updated to automatically
|
||||
// rotate ECH keys/configs at that point.
|
||||
//
|
||||
// EXPERIMENTAL: Subject to change.
|
||||
type ECH struct {
|
||||
// The list of ECH configurations for which to automatically generate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue