progress: reset flags at transfer start
authorBen Winslow <rain@bluecherry.net>
Fri, 22 Jul 2011 20:50:58 +0000 (22:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Jul 2011 20:50:58 +0000 (22:50 +0200)
commit27b8814017a19009b22e4b51aea1ae711ec20459
tree60e770b469d1d67a7167af27cbf094ccea93787d
parentdcc8481a13adc64661cd942d9c4009743ffdd620
progress: reset flags at transfer start

When an easy handle is used to download an URI which has no
Content-Length header (or equivalent) after downloading an URI which
does, the value from the previous transfer is reused and returned by
CURLINFO_CONTENT_LENGTH_DOWNLOAD. This is because the progress flags
(used to determine whether such a header was received) are not reset
between transfers.

Bug: http://curl.haxx.se/bug/view.cgi?id=3370895
lib/progress.c