Commit a39cdc80 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Jeff pointed out this flaw in the example

parent a4725081
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@ int main(int argc, char **argv)
    case 0:
    default:
      /* timeout or readable/writable sockets */
      curl_multi_perform(multi_handle, &still_running);
      while(CURLM_CALL_MULTI_PERFORM ==
            curl_multi_perform(multi_handle, &still_running));
      break;
    }
  }