Loading lib/url.c +2 −1 Original line number Diff line number Diff line Loading @@ -1814,6 +1814,7 @@ CURLcode Curl_connect(struct UrlData *data, int index; index = conn->connectindex; /* get the index */ Curl_disconnect(conn); /* close the connection */ if(-1 != index) data->connects[index]=NULL; /* clear the pointer */ } } Loading Loading
lib/url.c +2 −1 Original line number Diff line number Diff line Loading @@ -1814,6 +1814,7 @@ CURLcode Curl_connect(struct UrlData *data, int index; index = conn->connectindex; /* get the index */ Curl_disconnect(conn); /* close the connection */ if(-1 != index) data->connects[index]=NULL; /* clear the pointer */ } } Loading