Skip to content

Commit

Permalink
Added two new time stamp places
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 1, 2000
1 parent 28011b8 commit dfd341e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/url.c
Expand Up @@ -1052,6 +1052,7 @@ static UrgError _urlget(struct UrlData *data)
return URG_COULDNT_RESOLVE_PROXY;
}
}
pgrsTime(data, TIMER_NAMELOOKUP);

data->firstsocket = socket(AF_INET, SOCK_STREAM, 0);

Expand Down Expand Up @@ -1148,6 +1149,7 @@ static UrgError _urlget(struct UrlData *data)
return URG_SSL_CONNECT_ERROR;
}
}
pgrsTime(data, TIMER_CONNECT);

now = tvnow(); /* time this *after* the connect is done */
bytecount = 0;
Expand Down

0 comments on commit dfd341e

Please sign in to comment.