Yeah, cool shit Caddy, just yeet the Content-Length from random files for no reason
-
Has Content-Length: volpeon.ink/_astro/_category_.DTW9tSzV.css
Doesn't have Content-Length: volpeon.ink/_astro/about.ArvwJ6Ft.css
You can verify both are precompressed by appending ".br". -
@volpeon Second one sends as "transfer-encoding: chunked" for me, which means the length header can't be present with the response, the length is instead sent with each chunk.
@irenej Not for me
-
-
@irenej Not for me
-
@lnkr Someone else said they're getting the header, too. This is so weird. I was checking with Firefox and Chromium with caching disabled, and both of them say the header is absent
-
-
This post is deleted!
-
-
-
Has Content-Length: volpeon.ink/_astro/_category_.DTW9tSzV.css
Doesn't have Content-Length: volpeon.ink/_astro/about.ArvwJ6Ft.css
You can verify both are precompressed by appending ".br".@volpeon > You can verify both are precompressed by appending ".br".
BRAZIL MENTIONED
-
@volpeon > You can verify both are precompressed by appending ".br".
BRAZIL MENTIONED
-
@forst @lnkr
I think Caddy is serving the precompressed file after all. I rancurl -so /dev/null "https://volpeon.ink/_astro/about.ArvwJ6Ft.css.br" -w '%{size_download}' curl -so /dev/null "https://volpeon.ink/_astro/about.ArvwJ6Ft.css" -H "Accept-Encoding: br" -w '%{size_download}'
and both commands yielded the same size.