Commit 1cd5cdfc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

default proxy port set, as reported by Sebastien Willemijns

parent 606e7fd7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -263,6 +263,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 */
  data->state.connects = (struct connectdata **)