Skip to content
Snippets Groups Projects
Commit 70d0d9d4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added 'created' to the connectdata struct to hold the creation date, to

be used for the close policy decision
parent 4ae3bd71
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,8 @@ struct connectdata {
char *proxyhost; /* name of the http proxy host */
struct timeval now; /* current time */
struct timeval now; /* "current" time */
struct timeval created; /* creation time */
int firstsocket; /* the main socket to use */
int secondarysocket; /* for i.e ftp transfers */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment