]> granicus.if.org Git - curl/commit
FTP: fix uploading ASCII with unknown size
authorDaniel Stenberg <daniel@haxx.se>
Sat, 26 Sep 2015 21:36:25 +0000 (23:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 Sep 2015 21:36:25 +0000 (23:36 +0200)
commit32fc638ddf046d501abc2a58c91c3e934caf303a
tree4ebdb0bf11331e18ce7cb3cc0a97ac9ae8b4be48
parent119037325de02579f5c58256ca2ed2a0aa592c86
FTP: fix uploading ASCII with unknown size

... don't try to increase the supposed file size on newlines if we don't
know what file size it is!

Patch-by: lzsiga
lib/transfer.c