aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/url.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 4ddafc182..a0c90e7b3 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -692,6 +692,9 @@ CURLcode curl_connect(CURL *curl, CURLconnect **in_connect)
conn->data = data; /* remember our daddy */
conn->state = CONN_INIT;
+ conn->upload_bufsize = UPLOAD_BUFSIZE; /* the smallest upload buffer size
+ we use */
+
buf = data->buffer; /* this is our buffer */
#if 0