mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
curl.h: update CURLINFO_LASTONE
CURLINFO_LASTONE should have been updated when CURLINFO_EFFECTIVE_METHOD was added. Reported-by: xwxbug@users.noreply.github.com Fixes https://github.com/curl/curl/issues/5711
This commit is contained in:
parent
3cd9bc9689
commit
d979cb9ed2
@ -2644,7 +2644,7 @@ typedef enum {
|
||||
CURLINFO_RETRY_AFTER = CURLINFO_OFF_T + 57,
|
||||
CURLINFO_EFFECTIVE_METHOD = CURLINFO_STRING + 58,
|
||||
|
||||
CURLINFO_LASTONE = 57
|
||||
CURLINFO_LASTONE = 58
|
||||
} CURLINFO;
|
||||
|
||||
/* CURLINFO_RESPONSE_CODE is the new name for the option previously known as
|
||||
|
Loading…
x
Reference in New Issue
Block a user