aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-10 14:07:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-10 14:07:03 +0000
commit1cd5cdfccba2fada71237a710a6815b89f5f5e51 (patch)
tree73ae6837ec766a902d48f0982bc7ea5db14111f1
parent606e7fd744eb77abdf67f48fa73fac7f9f668ffa (diff)
default proxy port set, as reported by Sebastien Willemijns
-rw-r--r--lib/url.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 0859dead1..ed8d67b8b 100644
--- 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 */