projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85dbf82
)
conn->upload_bufsize exists no more
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 29 Jan 2002 20:34:30 +0000
(20:34 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 29 Jan 2002 20:34:30 +0000
(20:34 +0000)
lib/url.c
patch
|
blob
|
history
diff --git
a/lib/url.c
b/lib/url.c
index
6092c28
..
c26f2a1
100644
(file)
--- 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 */