default proxy port set, as reported by Sebastien Willemijns
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Apr 2002 14:07:03 +0000 (14:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Apr 2002 14:07:03 +0000 (14:07 +0000)
lib/url.c

index 0859dead1e3b4f62d4bfcfae1a356653aa57c55d..ed8d67b8b19e1ccbd1baf5822637b5cff7dcbb49 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -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 */