From dff673bb8f26463d01ceb46c4cfc6e299becc7fa Mon Sep 17 00:00:00 2001 From: WeidiDeng Date: Sun, 7 Dec 2025 21:14:48 +0800 Subject: [PATCH] update comments for placeholders too Co-authored-by: Francis Lavoie --- modules/caddyhttp/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caddyhttp/app.go b/modules/caddyhttp/app.go index 80232d039..f5ea45a7c 100644 --- a/modules/caddyhttp/app.go +++ b/modules/caddyhttp/app.go @@ -82,7 +82,7 @@ func init() { // `{http.request.tls.proto}` | The negotiated next protocol // `{http.request.tls.proto_mutual}` | The negotiated next protocol was advertised by the server // `{http.request.tls.server_name}` | The server name requested by the client, if any -// `{http.request.tls.ech_accepted}` | ECH offered by the client and accepted by the server +// `{http.request.tls.ech}` | Whether ECH was offered by the client and accepted by the server // `{http.request.tls.client.fingerprint}` | The SHA256 checksum of the client certificate // `{http.request.tls.client.public_key}` | The public key of the client certificate. // `{http.request.tls.client.public_key_sha256}` | The SHA256 checksum of the client's public key.