Commit b1839f6e authored by Dan Fandrich's avatar Dan Fandrich
Browse files

axtls: Use Curl_wait_ms instead of the less-portable usleep

parent 52c5e948
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ Curl_axtls_connect(struct connectdata *conn,
      return map_error_to_curl(ssl_fcn_return);
    }
    /* TODO: avoid polling */
    usleep(10000);
    Curl_wait_ms(10);
  }
  infof (conn->data, "handshake completed successfully\n");