Loading lib/url.c +5 −2 Original line number Diff line number Diff line Loading @@ -2002,7 +2002,7 @@ ConnectionKillOne(struct SessionHandle *data) for(i=0; data->state.connc && (i< data->state.connc->num); i++) { conn = data->state.connc->connects[i]; if(!conn) if(!conn || conn->inuse) continue; /* Loading Loading @@ -2078,7 +2078,10 @@ ConnectionStore(struct SessionHandle *data, if(i == data->state.connc->num) { /* there was no room available, kill one */ i = ConnectionKillOne(data); if(-1 != i) infof(data, "Connection (#%d) was killed to make room\n", i); else infof(data, "This connection did not fit in the connection cache\n"); } conn->connectindex = i; /* Make the child know where the pointer to this Loading Loading
lib/url.c +5 −2 Original line number Diff line number Diff line Loading @@ -2002,7 +2002,7 @@ ConnectionKillOne(struct SessionHandle *data) for(i=0; data->state.connc && (i< data->state.connc->num); i++) { conn = data->state.connc->connects[i]; if(!conn) if(!conn || conn->inuse) continue; /* Loading Loading @@ -2078,7 +2078,10 @@ ConnectionStore(struct SessionHandle *data, if(i == data->state.connc->num) { /* there was no room available, kill one */ i = ConnectionKillOne(data); if(-1 != i) infof(data, "Connection (#%d) was killed to make room\n", i); else infof(data, "This connection did not fit in the connection cache\n"); } conn->connectindex = i; /* Make the child know where the pointer to this Loading