aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 11:35:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 11:35:29 +0000
commit5cd267b2bece6860acbd43f6fe29354bf1069dc0 (patch)
treed741f99009fc39aa79494227a6ccdf2af8e3205c /lib/transfer.c
parent09da90076f67725000e09d4c128fd052b31cd727 (diff)
removed obsoletetd myalarm() calls
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index dc628982b..0a4c93e55 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -220,8 +220,6 @@ Transfer(struct connectdata *c_conn)
hbufp = data->state.headerbuff;
- myalarm (0); /* switch off the alarm-style timeout */
-
now = Curl_tvnow();
start = now;
@@ -1127,7 +1125,7 @@ CURLcode Curl_perform(struct SessionHandle *data)
if(newurl)
free(newurl);
- /* make sure the alarm is switched off! */
+ /* make absolutely sure the alarm is switched off! */
if(data->set.timeout || data->set.connecttimeout)
myalarm(0);