We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e70e390 + 444c744 commit 5c878c9Copy full SHA for 5c878c9
src/lC_common_h.jl
@@ -693,7 +693,8 @@ const CURLOPT_DNS_SHUFFLE_ADDRESSES = (UInt32)(275)
693
const CURLOPT_TLS13_CIPHERS = (UInt32)(10276)
694
const CURLOPT_PROXY_TLS13_CIPHERS = (UInt32)(10277)
695
const CURLOPT_DISALLOW_USERNAME_IN_URL = (UInt32)(278)
696
-const CURLOPT_LASTENTRY = (UInt32)(279)
+const CURLOPT_MAXAGE_CONN = UInt32(288)
697
+const CURLOPT_LASTENTRY = (UInt32)(10299)
698
# end enum CURLoption
699
700
const CURLOPT_XFERINFODATA = CURLOPT_PROGRESSDATA
src/lC_exports_h.jl
@@ -1249,3 +1249,4 @@ export CURL_CSELECT_OUT
1249
export CURL_CSELECT_ERR
1250
export CURL_PUSH_OK
1251
export CURL_PUSH_DENY
1252
+export CURLOPT_MAXAGE_CONN
0 commit comments