mirror of
https://github.com/curl/curl.git
synced 2026-05-30 20:47:30 +03:00
conn->upload_bufsize exists no more
This commit is contained in:
parent
85dbf82d93
commit
be2f3071b5
1 changed files with 0 additions and 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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue