]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't ignore timeout when progress=dot.
[wget] / src / ChangeLog
index 310e9d94734da461cc6f8dd9b88cb1df8058384a..f51928c36151856e0705627e620ae9ce1127b952 100644 (file)
@@ -1,3 +1,15 @@
+2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * retr.c (fd_read_body): Respect read timeout with non-interactive
+       or no progress gauge -- treat ETIMEDOUT specially only when
+       progress_interactive.
+       Reported by FUJISHIMA Satsuki.
+
+2005-04-16  FUJISHIMA Satsuki  <sf@FreeBSD.org>
+
+       * http.c (gethttp): Don't use HTTP/1.0 persistent connections over
+       proxy.
+
 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * snprintf.c: Use the PARAMS macro to handle prototypes.  Write