mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Merge branch 'master' into docker
This commit is contained in:
+1
-1
@@ -664,7 +664,7 @@ function sendTelemetry(done) {
|
||||
};
|
||||
xhr.onerror = function() {
|
||||
console.log("TELEMETRY ERROR " + xhr.status);
|
||||
done(-1);
|
||||
done(null);
|
||||
};
|
||||
xhr.open("POST", settings.url_telemetry + url_sep(settings.url_telemetry) + "r=" + Math.random(), true);
|
||||
var telemetryIspInfo = {
|
||||
|
||||
Reference in New Issue
Block a user