Loading lib/urldata.h +3 −6 Original line number Diff line number Diff line Loading @@ -413,6 +413,9 @@ struct connectdata { char *proxyhost; /* name of the http proxy host */ char *user; /* user name string, allocated */ char *passwd; /* password string, allocated */ struct timeval now; /* "current" time */ struct timeval created; /* creation time */ int firstsocket; /* the main socket to use */ Loading Loading @@ -615,14 +618,8 @@ struct UrlState { } used_interface; /* buffers to store authentication data in, as parsed from input options */ char user[MAX_CURL_USER_LENGTH]; char passwd[MAX_CURL_PASSWORD_LENGTH]; char proxyuser[MAX_CURL_USER_LENGTH]; char proxypasswd[MAX_CURL_PASSWORD_LENGTH]; bool passwdgiven; /* set TRUE if an application-provided password has been set */ struct timeval keeps_speed; /* for the progress meter really */ /* 'connects' will be an allocated array with pointers. If the pointer is Loading Loading
lib/urldata.h +3 −6 Original line number Diff line number Diff line Loading @@ -413,6 +413,9 @@ struct connectdata { char *proxyhost; /* name of the http proxy host */ char *user; /* user name string, allocated */ char *passwd; /* password string, allocated */ struct timeval now; /* "current" time */ struct timeval created; /* creation time */ int firstsocket; /* the main socket to use */ Loading Loading @@ -615,14 +618,8 @@ struct UrlState { } used_interface; /* buffers to store authentication data in, as parsed from input options */ char user[MAX_CURL_USER_LENGTH]; char passwd[MAX_CURL_PASSWORD_LENGTH]; char proxyuser[MAX_CURL_USER_LENGTH]; char proxypasswd[MAX_CURL_PASSWORD_LENGTH]; bool passwdgiven; /* set TRUE if an application-provided password has been set */ struct timeval keeps_speed; /* for the progress meter really */ /* 'connects' will be an allocated array with pointers. If the pointer is Loading