apache / trafficserver

Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.75k stars 782 forks source link

Add support for logging multiple client's IP addresses to the access log #6122

Open maskit opened 4 years ago

maskit commented 4 years ago

10.4. Migration Certain HTTP implementations use the client address for logging or access-control purposes. Since a QUIC client’s address might change during a connection (and future versions might support simultaneous use of multiple addresses), such implementations will need to either actively retrieve the client’s current address or addresses when they are relevant or explicitly accept that the original address might change.

We also need to think about which address we should log when ATS is configured to log access in existing format (we would need to adjust it later after other apps decided the address they log).

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.