mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03: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
1 changed files with 0 additions and 2 deletions
|
|
@ -91,12 +91,10 @@ static const char * const statename[]={
|
|||
"WAITPROXYCONNECT",
|
||||
"SENDPROTOCONNECT",
|
||||
"PROTOCONNECT",
|
||||
"WAITDO",
|
||||
"DO",
|
||||
"DOING",
|
||||
"DO_MORE",
|
||||
"DO_DONE",
|
||||
"WAITPERFORM",
|
||||
"PERFORM",
|
||||
"TOOFAST",
|
||||
"DONE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue