mirror of
https://github.com/abh/ntppool.git
synced 2026-04-26 12:05:56 +03:00
[GH-ISSUE #111] Sometimes receiving the russian website although I don't speak russian #331
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#331
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mineo on GitHub (Jun 19, 2014).
Original GitHub issue: https://github.com/abh/ntppool/issues/111
While browsing http://www.pool.ntp.org/zone/europe (reached by going to http://www.pool.ntp.org/en/, clicking on "easy to use" in the introduction, clicking on "europe" or simply clicking the link here) I noticed that the links in the sidebar sometimes (but not always, that would have been too easy) link to the russian version of the website (the content itself is english, although that might just be because it hasn't been translated yet).
These are the request headers:
These are the response headers:
The remote address Chromium shows is 108.161.188.192:80, so I guess it's using my IPv4 adress which is inside 141.24.0.0/16 (I do see some requests to ipv{4,64,6}.v6test.develooper.com, the latter two use v6 where I'm inside 2001:638:904::/48).
As you can see, my browser does not actually indicate at any point in time that I would be able to understand a russian website.
(Force) reloading the website does not always help.
The same thing happens in Firefox but I didn't find a way to copy the headers in its developer tools :(
@abh commented on GitHub (Jan 14, 2015):
Hello! I only just saw this now. I wonder if the CDN is ignoring the Vary header. :-/ Does it still happen?
@mineo commented on GitHub (Jan 14, 2015):
That's a good question - I remember that when I reported this, I could reproduce it with less than 10 reloads (ignoring the browser cache) of that website, but now that doesn't work anymore.
From what I understand of HTTP caching (and that's not much) the
X-Cache: MISSheader would indicate that I'm getting sent a fresh response, no?@mineo commented on GitHub (Jan 28, 2015):
I'll close this ticket because I couldn't reproduce the behaviour over the last few days.