WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit dff673b

Browse files
update comments for placeholders too
Co-authored-by: Francis Lavoie <[email protected]>
1 parent 15c5995 commit dff673b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/caddyhttp/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func init() {
8282
// `{http.request.tls.proto}` | The negotiated next protocol
8383
// `{http.request.tls.proto_mutual}` | The negotiated next protocol was advertised by the server
8484
// `{http.request.tls.server_name}` | The server name requested by the client, if any
85-
// `{http.request.tls.ech_accepted}` | ECH offered by the client and accepted by the server
85+
// `{http.request.tls.ech}` | Whether ECH was offered by the client and accepted by the server
8686
// `{http.request.tls.client.fingerprint}` | The SHA256 checksum of the client certificate
8787
// `{http.request.tls.client.public_key}` | The public key of the client certificate.
8888
// `{http.request.tls.client.public_key_sha256}` | The SHA256 checksum of the client's public key.

0 commit comments

Comments
 (0)