File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ static void https_fetch_ctx_init(https_client_t *client,
315315 ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_WRITEDATA , ctx );
316316 ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_MAXAGE_CONN , client -> opt -> max_idle_time );
317317 ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_PIPEWAIT , client -> opt -> use_http_version > 1 );
318- ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_USERAGENT , "https_dns_proxy/0.3 " );
318+ ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_USERAGENT , "https_dns_proxy/0.4 " );
319319 ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_FOLLOWLOCATION , 0 );
320320 ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_NOSIGNAL , 0 );
321321 ASSERT_CURL_EASY_SETOPT (ctx , CURLOPT_TIMEOUT , client -> connections > 0 ? 5 : 10 /* seconds */ );
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ static const char * sw_version(void) {
269269#ifdef SW_VERSION
270270 return SW_VERSION ;
271271#else
272- return "2025.5.10 -atLeast" ; // update date sometimes, like 1-2 times a year
272+ return "2025.8.26 -atLeast" ; // update date sometimes, like 1-2 times a year
273273#endif
274274}
275275
You can’t perform that action at this time.
0 commit comments