When we re-use an existing connection we must make sure that we don't
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2003 17:06:21 +0000 (17:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2003 17:06:21 +0000 (17:06 +0000)
commite9f63bf4e84dfdc22b6fb0469747b9067b90943b
tree1e5265e1461127f1fbd6258e54c739862831c1b7
parent556ce1c6a126825f1b525f1c539cd9a0509aed47
When we re-use an existing connection we must make sure that we don't
accidentally re-use the connect_addr field, as that might no longer be
around. Fix verified by Tracy Boehrer who basicly debugged and tracked down
this problem.
lib/url.c