CURL_TIMECOND_IFMODSINCE actually requires that the remote document has been
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Oct 2005 06:09:20 +0000 (06:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Oct 2005 06:09:20 +0000 (06:09 +0000)
commit3beb2f6b5d3307bdc044aa91a35748c44ec7c26a
tree0adc4402057a0b190109036ef2be71c46e11a9f2
parentb29017f15bd8fc4b7b4ce76c0817be05e99b9f56
CURL_TIMECOND_IFMODSINCE actually requires that the remote document has been
modded since the given time, so we should compare <= and not just <.
lib/ftp.c