Loading RELEASE-NOTES +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ Curl and libcurl 7.21.2 This release includes the following changes: o o curl -T: ignore file size of special files This release includes the following bugfixes: Loading src/main.c +4 −1 Original line number Diff line number Diff line Loading @@ -4925,6 +4925,9 @@ operate(struct Configurable *config, int argc, argv_item_t argv[]) goto quit_urls; } infdopen=TRUE; /* we ignore file size for char/block devices, sockets, etc. */ if(S_IFREG == (fileinfo.st_mode & S_IFMT)) uploadfilesize=fileinfo.st_size; } Loading Loading
RELEASE-NOTES +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ Curl and libcurl 7.21.2 This release includes the following changes: o o curl -T: ignore file size of special files This release includes the following bugfixes: Loading
src/main.c +4 −1 Original line number Diff line number Diff line Loading @@ -4925,6 +4925,9 @@ operate(struct Configurable *config, int argc, argv_item_t argv[]) goto quit_urls; } infdopen=TRUE; /* we ignore file size for char/block devices, sockets, etc. */ if(S_IFREG == (fileinfo.st_mode & S_IFMT)) uploadfilesize=fileinfo.st_size; } Loading