]> sjero.net Git - wget/blobdiff - src/ChangeLog
Don't abort when len > contlen, when we set it that way.
[wget] / src / ChangeLog
index 9af9267b4495c37851f5d0fac24aeb40bb2a969d..deee0232f34d4ebe67aae6f077374bd497046165 100644 (file)
@@ -1,6 +1,13 @@
+2008-06-16  Micah Cowan  <micah@cowan.name>
+
+       * http.c (http_loop): When hstat.len is higher than the
+       successfully completed content's length, but it's because we
+       _set_ it that way, don't abort.
+
 2008-06-13  Micah Cowan  <micah@cowan.name>
 
-       * build_info.c: ENABLE_NTLM, not HAVE_NTLM.
+       * build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
+       from "ssl".
 
 2008-06-13  Madhusudan Hosaagrahara <com.gmail.hrmadhu>