aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-29 20:34:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-29 20:34:30 +0000
commitbe2f3071b50dcf6cde1d30a76a5b40464594c4bf (patch)
tree1d7c8dd81361cb12a5c001ccf0c2957fc50832c9 /lib/url.c
parent85dbf82d9316df3b33290eca17a41d0d5ea8e671 (diff)
conn->upload_bufsize exists no more
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c1
1 files changed, 0 insertions, 1 deletions
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 */