Skip to content

Commit d27a1d3

Browse files
authored
Merge pull request #167 from srdgame/master
CURLINFO_EFFECTIVE_METHOD is added in 7.72.0
2 parents 5e59d1e + bcfc67f commit d27a1d3

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)