diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/easy.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/easy.c b/lib/easy.c index 53bd13b93..4782fc459 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -77,6 +77,7 @@  #include "hostip.h"  #include "share.h"  #include "memory.h" +#include "progress.h"  #define _MPRINTF_REPLACE /* use our functions only */  #include <curl/mprintf.h> @@ -561,6 +562,7 @@ void curl_easy_reset(CURL *curl)    /* make libcurl quiet by default: */    data->set.hide_progress = TRUE;  /* CURLOPT_NOPROGRESS changes these */ +  data->progress.flags |= PGRS_HIDE;    /* Set the default size of the SSL session ID cache */    data->set.ssl.numsessions = 5;  | 
