Loading lib/url.c +8 −4 Original line number Diff line number Diff line Loading @@ -1097,10 +1097,14 @@ ConnectionStore(struct SessionHandle *data, infof(data, "Connection (#%d) was killed to make room\n", i); } if(-1 != i) { /* only do this if a true index was returned, if -1 was returned there is no room in the cache for an unknown reason and we cannot store this there. */ data->state.connects[i] = conn; /* fill in this */ conn->connectindex = i; /* make the child know where the pointer to this particular data is stored */ } return i; } Loading Loading
lib/url.c +8 −4 Original line number Diff line number Diff line Loading @@ -1097,10 +1097,14 @@ ConnectionStore(struct SessionHandle *data, infof(data, "Connection (#%d) was killed to make room\n", i); } if(-1 != i) { /* only do this if a true index was returned, if -1 was returned there is no room in the cache for an unknown reason and we cannot store this there. */ data->state.connects[i] = conn; /* fill in this */ conn->connectindex = i; /* make the child know where the pointer to this particular data is stored */ } return i; } Loading