mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-22 05:40:22 +03:00
caddyhttp: Document side effect of HTTP/3 early data (close #6936)
This commit is contained in:
parent
9becf61a9f
commit
b06a9496d1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func init() {
|
|||
// `{http.request.local.host}` | The host (IP) part of the local address the connection arrived on
|
||||
// `{http.request.local.port}` | The port part of the local address the connection arrived on
|
||||
// `{http.request.local}` | The local address the connection arrived on
|
||||
// `{http.request.remote.host}` | The host (IP) part of the remote client's address
|
||||
// `{http.request.remote.host}` | The host (IP) part of the remote client's address, if available (not known with HTTP/3 early data)
|
||||
// `{http.request.remote.port}` | The port part of the remote client's address
|
||||
// `{http.request.remote}` | The address of the remote client
|
||||
// `{http.request.scheme}` | The request scheme, typically `http` or `https`
|
||||
|
|
Loading…
Reference in a new issue