From: Daniel Stenberg Date: Fri, 19 Apr 2019 14:56:32 +0000 (+0200) Subject: multi: fix the statenames (follow-up fix from 2f44e94efb3df8e) X-Git-Tag: curl-7_65_0~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31c3111284524bba68acf2695624f5b3501f1ad0;p=curl multi: fix the statenames (follow-up fix from 2f44e94efb3df8e) The list of names must be in sync with the defined states in the header file! --- diff --git a/lib/multi.c b/lib/multi.c index 2ebc56255..48dadd83b 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -91,12 +91,10 @@ static const char * const statename[]={ "WAITPROXYCONNECT", "SENDPROTOCONNECT", "PROTOCONNECT", - "WAITDO", "DO", "DOING", "DO_MORE", "DO_DONE", - "WAITPERFORM", "PERFORM", "TOOFAST", "DONE",