Softly dispose garbage

This commit is contained in:
Aoran Zeng 2025-07-11 17:00:24 +08:00
parent 5080fc5864
commit b6eaa9721c
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -700,8 +700,9 @@ measure_speed_for_every_source (Source_t sources[], int size, double speed_recor
} }
else else
{ {
// 一定是一个URL防止维护者没填这里有一些脏数据 /* 防止维护者没填这里有一些脏数据我们软处理假装该链接URL不存在 */
xy_unreached(); has_dedicated_speed_url = false;
chsrc_debug ("m", xy_2strjoin ("专用测速链接为脏数据,请修复: ", provider.name));
} }
} }