multi: don't do extra expire calls for the connection
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Sep 2010 20:40:05 +0000 (22:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Sep 2010 20:40:05 +0000 (22:40 +0200)
commit296b246b9cd1da5d13c56254e1c68914f8756a2e
tree25d9c6abefa4e441ca59ea382bfb463a42f02f87
parent5393f08df852df163822bbceae09a0878ca12198
multi: don't do extra expire calls for the connection

The timeout is set for the connect phase already at the start of the
request so we should not add a new one, and we MUST not set expire to 0
as that will remove any other potentially existing timeouts.
lib/connect.c