mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
David J Meyer's large file support.
This commit is contained in:
parent
41c6f68d94
commit
b60e0fa97e
27 changed files with 290 additions and 130 deletions
|
|
@ -92,7 +92,7 @@ CURLcode Curl_dict(struct connectdata *conn)
|
|||
int sockfd = conn->sock[FIRSTSOCKET];
|
||||
|
||||
char *path = conn->path;
|
||||
long *bytecount = &conn->bytecount;
|
||||
off_t *bytecount = &conn->bytecount;
|
||||
|
||||
if(conn->bits.user_passwd) {
|
||||
/* AUTH is missing */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue