]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix #20322 - Use timestamp from most recent response.
[wget] / src / ChangeLog
index d727a40e27621ef77e75fd95e782a6e0ce632b86..be8233efefe5d5ccf2872a12a23df864f4000736 100644 (file)
        * spider.c (print_broken_links): Fixed incorrect plurals msgid
        usage, switched to use ngettext function.
 
+2007-08-24  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_loop): Introduced time_came_from_head boolean
+       flag, to help avoid parsing the same Last-Modified header twice,
+
 2007-08-23  Joshua David Williams  <yurimxpxman@gmail.com>
 
        * spider.c (in_url_list_p): Removed the bool verbose argument
        * url.c (url_string): Use comparison, not assignment, in
        check for auth_mode == URL_AUTH_HIDE_PASSWD.
 
+2007-08-09  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_loop): If we got a HEAD and then a GET, and the
+       GET had a timestamp, use that one, not any we may have gotten
+       from the HEAD.
+
 2007-08-08  Micah Cowan  <micah@cowan.name>
 
        * init.c (defaults): Content disposition will not be default,