Unverified Commit 31c31112 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

multi: fix the statenames (follow-up fix from 2f44e94e)

The list of names must be in sync with the defined states in the header
file!
parent 7113e075
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -91,12 +91,10 @@ static const char * const statename[]={
  "WAITPROXYCONNECT",
  "SENDPROTOCONNECT",
  "PROTOCONNECT",
  "WAITDO",
  "DO",
  "DOING",
  "DO_MORE",
  "DO_DONE",
  "WAITPERFORM",
  "PERFORM",
  "TOOFAST",
  "DONE",