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

default proxy port set, as reported by Sebastien Willemijns

parent 606e7fd7
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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