1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Daniel Stenberg 2019-04-19 16:56:32 +02:00
parent 7113e075db
commit 31c3111284
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -91,12 +91,10 @@ static const char * const statename[]={
"WAITPROXYCONNECT",
"SENDPROTOCONNECT",
"PROTOCONNECT",
"WAITDO",
"DO",
"DOING",
"DO_MORE",
"DO_DONE",
"WAITPERFORM",
"PERFORM",
"TOOFAST",
"DONE",