Hopefully this change addresses these two bug reports: 707003 and 706624.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 21 Mar 2003 08:09:48 +0000 (08:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 Mar 2003 08:09:48 +0000 (08:09 +0000)
commit56dd2da96217da1b2ab7dbef5d77e137ede06d7c
treebd6876e4b56dc6175e4d5b2bc5a1f47d60577ac9
parent68bb74d172c8ba4441b9c9db1c25d8b8dc9c9154
Hopefully this change addresses these two bug reports: 707003 and 706624.

We need to make sure that when we init a 'connectdata' struct and then
afterwards check for and re-use another one, we must be careful so that the
newly set values are transmitted and used in the surviving connectdata struct.
lib/url.c