davsclaus commented on issue #1631:
URL: https://github.com/apache/camel-website/issues/1631#issuecomment-4683002655
⏺ There it is — proof:
- Without gzip: 200 (works)
- With gzip: 404 (broken) — and it's a HIT from Varnish cache, age 195
seconds
The CDN has a cached 404 for the gzip variant. The page exists on origin
(200 without gzip) but Fastly is serving a cached 404 to every browser because
they all send Accept-Encoding: gzip.
This is 100% the Fastly VCL issue. No amount of site optimization will fix
this — INFRA needs to configure Fastly to never cache 404 responses. The issue
is updated with the step-by-step
explanation. You might want to ping INFRA-27679 with this curl proof
showing the gzip vs non-gzip split right now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]