]> sjero.net Git - wget/blobdiff - src/ChangeLog
Use persistent connections with proxies supporting them.
[wget] / src / ChangeLog
index 0e45a521b68ac9cf6a3e4e7e838bf43bdda78937..f9e1d552f379610637dd89f76a4b9ca203c45874 100644 (file)
@@ -1,3 +1,12 @@
+2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       Fix a problem with HTTP/1.0 proxies.
+       * http.c (gethttp): Specify the connection header when keep alive
+       connections are not used.
+
+       Use persistent connections with proxies supporting them.
+       * http.c (gethttp): Specify Proxy-Connection to the HTTP proxy.
+
 2010-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * css-url.c (get_uri_string): Skip empty urls.