Keep the upload byte counter in an curl_off_t, not an int. 32bits is not
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Jun 2004 09:28:47 +0000 (09:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Jun 2004 09:28:47 +0000 (09:28 +0000)
commit05baf94b4339db865f2c6ec8ffd27b1ed9f0715a
tree7910aaee3fb0319115ca17ded0e45598c1146641
parenta76288b99aae391127a4f0ff3dc065b8c64efa9b
Keep the upload byte counter in an curl_off_t, not an int. 32bits is not
enough. This is most likely the bug Jean-Louis Lemaire reported that makes
2GB FTP uploads to report error when completed.
Also padded comments to get them aligned again, only for visibility.
lib/urldata.h