]> git.ipfire.org Git - thirdparty/curl.git/commit
file: make speedcheck use current time for checks
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Jun 2017 11:29:46 +0000 (13:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Jun 2017 21:01:09 +0000 (23:01 +0200)
commit68c6dcb2cb682bc7363cdf3d2e58da225cf4e72e
tree3a5ceff3ae13936d15553b38f6595ff60069be73
parentf7ee701c612426cb83c7e8e08c75b4b9febed6a3
file: make speedcheck use current time for checks

... as it would previously just get the "now" timestamp before the
transfer starts and then not update it again.

Closes #1550
lib/file.c