default proxy port set, as reported by Sebastien Willemijns

This commit is contained in:
Daniel Stenberg 2002-04-10 14:07:03 +00:00
parent 606e7fd744
commit 1cd5cdfccb
1 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,8 @@ CURLcode Curl_open(struct SessionHandle **curl)
/* Set the default size of the SSL session ID cache */
data->set.ssl.numsessions = 5;
data->set.proxyport = 1080;
/* create an array with connection data struct pointers */
data->state.numconnects = 5; /* hard-coded right now */