]> granicus.if.org Git - curl/commit
No longer loop to read multiple times before returning back from the transfer
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 Feb 2003 12:42:25 +0000 (12:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Feb 2003 12:42:25 +0000 (12:42 +0000)
commit5ddc260fc276ed76e52297b95e57b8385e0a3941
tree94cdf7041f59bf9b3ddefad073f763ba8e65a39f
parentdb5c9cd4c0500f76eb4af0153b7cde06884b93d6
No longer loop to read multiple times before returning back from the transfer
function, as this could easily end up looping for a very long time (more or
less until the whole transfer was done) and no library-using app would want
that.

Found thanks to a report by Kyle Sallee.
lib/transfer.c