Skip to content

Commit bcfc67f

Browse files
committed
CURLINFO_EFFECTIVE_METHOD is added in 7.72.0
1 parent 5e59d1e commit bcfc67f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lcinfoeasy.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ OPT_ENTRY(total_time_t, TOTAL_TIME_T, OFF, 0)
7979

8080
#if LCURL_CURL_VER_GE(7,66,0)
8181
OPT_ENTRY(retry_after, RETRY_AFTER, OFF, 0)
82+
#endif
83+
84+
#if LCURL_CURL_VER_GE(7,72,0)
8285
OPT_ENTRY(effective_method, EFFECTIVE_METHOD, STR, 0)
8386
#endif
8487

0 commit comments

Comments
 (0)