caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
55.45k stars 3.91k forks source link

fileserver: Remove newline characters from precomputed etags #6394

Closed armadi1809 closed 1 week ago

armadi1809 commented 2 weeks ago

This PR removes newline characters from etags acquired from precomputed files as per the discussion in #6222

armadi1809 commented 2 weeks ago

The replacement of the newline character is now done through bytes.ReplaceAll.