mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
multi: fix the statenames (follow-up fix from 2f44e94efb
)
The list of names must be in sync with the defined states in the header file!
This commit is contained in:
parent
7113e075db
commit
31c3111284
@ -91,12 +91,10 @@ static const char * const statename[]={
|
||||
"WAITPROXYCONNECT",
|
||||
"SENDPROTOCONNECT",
|
||||
"PROTOCONNECT",
|
||||
"WAITDO",
|
||||
"DO",
|
||||
"DOING",
|
||||
"DO_MORE",
|
||||
"DO_DONE",
|
||||
"WAITPERFORM",
|
||||
"PERFORM",
|
||||
"TOOFAST",
|
||||
"DONE",
|
||||
|
Loading…
Reference in New Issue
Block a user