-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirected to mirrors which are far from client computer #77
Comments
I read lines of source code and found out that detailed information for redirection is included in http response header. The response header that describes wrong behavior from
When requested the demo page again after tens of minutes, I got correct response from the server as follows:
Comparing X-Closest-Distance in correct/incorrect response header shows the difference. |
Maybe I've found out root cause of this issue. There are 2 servers representing
For the server whose ip is I looked up those IP addresses in GeoIP and found that the server of
So I need to tell to the right persons that |
Although accessing from Japan, I am always redirected to mirrors far from Japan like Poland and Russia.
I check where I am being redirected to by
http://httpredir.debian.org/demo.html
For example, the redirection demo page shows that I'm redirected to
ftp.vectranet.pl
.From Japan, average ping RTT for the mirror(
ftp.vectranet.pl
) was over 300ms, which definitely was not proper mirror for client in Japan.Mirror selection algorithm should be checked and modified.
The text was updated successfully, but these errors were encountered: