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.74k stars 782 forks source link

Lowercase the headers appended by ja3_fingerprint #11504

Closed JosiahWI closed 2 days ago

JosiahWI commented 3 days ago

The headers should already be lowercased by ATS as is required for HTTP/2, and comparisons should be case-insensitive; this is purely a cosmetic change.