Skip to content

Commit ec73140

Browse files
committed
Merge branch 'master' into url_api
2 parents 0b2137c + e9c0c29 commit ec73140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lcopteasy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ OPT_ENTRY(proxy_tls13_ciphers, PROXY_TLS13_CIPHERS, STR, 0, LCURL_DEFA
450450
OPT_ENTRY(tls13_ciphers, TLS13_CIPHERS, STR, 0, LCURL_DEFAULT_VALUE)
451451
#endif
452452

453-
#if LCURL_CURL_VER_GE(7,61,0)
453+
#if LCURL_CURL_VER_GE(7,62,0)
454454
OPT_ENTRY(upkeep_interval_ms, UPKEEP_INTERVAL_MS, LNG, 0, CURL_UPKEEP_INTERVAL_DEFAULT)
455455
OPT_ENTRY(doh_url, DOH_URL, STR, 0, LCURL_DEFAULT_VALUE)
456456
// thre no named value for default value. It just defined as 64kB in documentation

0 commit comments

Comments
 (0)