diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-29 20:34:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-29 20:34:30 +0000 |
commit | be2f3071b50dcf6cde1d30a76a5b40464594c4bf (patch) | |
tree | 1d7c8dd81361cb12a5c001ccf0c2957fc50832c9 | |
parent | 85dbf82d9316df3b33290eca17a41d0d5ea8e671 (diff) |
conn->upload_bufsize exists no more
-rw-r--r-- | lib/url.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |