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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */