Remove banner version

This commit is contained in:
Aoran Zeng
2024-12-14 18:26:20 +08:00
parent d4ab7e0ec6
commit 7a5f56ffe6
3 changed files with 6 additions and 7 deletions

View File

@@ -495,7 +495,7 @@ measure_speed_for_url (void *url)
char *curl_cmd = xy_strjoin (8, "curl -qsL ", ipv6,
" -o ", os_devnull,
" -w \"%{http_code} %{speed_download}\" -m", time_sec,
" -A chsrc/" Chsrc_Banner_Version " ", url);
" -A chsrc/" Chsrc_Version " ", url);
// chsrc_info (xy_2strjoin ("测速命令 ", curl_cmd));