Skip to content

Commit

Permalink
Switch to https endpoint to fix upload 404 issue (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-inflation authored May 23, 2024
1 parent ebdddb3 commit 9940449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/speedtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::{
time::{Duration, Instant},
};

const BASE_URL: &str = "http://speed.cloudflare.com";
const BASE_URL: &str = "https://speed.cloudflare.com";
const DOWNLOAD_URL: &str = "__down?bytes=";
const UPLOAD_URL: &str = "__up";

Expand Down

0 comments on commit 9940449

Please sign in to comment.