Loading lib/url.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -232,7 +232,7 @@ static void close_connections(struct SessionHandle *data) { { /* Loop through all open connections and kill them one by one */ /* Loop through all open connections and kill them one by one */ long i; long i; do { do i = ConnectionKillOne(data); i = ConnectionKillOne(data); while(i != -1L); while(i != -1L); } } Loading Loading
lib/url.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -232,7 +232,7 @@ static void close_connections(struct SessionHandle *data) { { /* Loop through all open connections and kill them one by one */ /* Loop through all open connections and kill them one by one */ long i; long i; do { do i = ConnectionKillOne(data); i = ConnectionKillOne(data); while(i != -1L); while(i != -1L); } } Loading