X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=f9e1d552f379610637dd89f76a4b9ca203c45874;hp=559589f7c73bc54441559e5d46fdcbbe0c3e4668;hb=2107eb06abfb4154834e025018aa9f628e8010db;hpb=87ad80cacc499d664f8e5ef11b0be3a97595ac42 diff --git a/src/ChangeLog b/src/ChangeLog index 559589f7..f9e1d552 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,12 @@ 2010-08-09 Giuseppe Scrivano + 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 * css-url.c (get_uri_string): Skip empty urls.