We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e59d1e + bcfc67f commit d27a1d3Copy full SHA for d27a1d3
1 file changed
src/lcinfoeasy.h
@@ -79,6 +79,9 @@ OPT_ENTRY(total_time_t, TOTAL_TIME_T, OFF, 0)
79
80
#if LCURL_CURL_VER_GE(7,66,0)
81
OPT_ENTRY(retry_after, RETRY_AFTER, OFF, 0)
82
+#endif
83
+
84
+#if LCURL_CURL_VER_GE(7,72,0)
85
OPT_ENTRY(effective_method, EFFECTIVE_METHOD, STR, 0)
86
#endif
87
0 commit comments