From be2f3071b50dcf6cde1d30a76a5b40464594c4bf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 29 Jan 2002 20:34:30 +0000 Subject: [PATCH] conn->upload_bufsize exists no more --- lib/url.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index 6092c281c..c26f2a199 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1292,7 +1292,6 @@ static CURLcode CreateConnection(struct SessionHandle *data, /* and we setup a few fields in case we end up actually using this struct */ conn->data = data; /* remember our daddy */ - conn->upload_bufsize = UPLOAD_BUFSIZE; /* default upload buffer size */ conn->firstsocket = -1; /* no file descriptor */ conn->secondarysocket = -1; /* no file descriptor */ conn->connectindex = -1; /* no index */