]> sjero.net Git - wget/blobdiff - NEWS
[svn] Restructure generation of HTTP requests. Allow headers specified with
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 86f93c143b887791d5d0e9f175332f45287cf9d0..a7c1dfaddba71b352021f5c13abc82152ffb63df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,12 @@ use of IPv4 and IPv6 respectively.
 
 ** Talking to SSL servers over proxies now actually works.
 
+** The `--header' option can now be used to override generated
+headers.  For example, `wget --header="Host: foo.bar"
+http://127.0.0.1' tells Wget to connect to localhost, but to specify
+"foo.bar" in the `Host' header.  In previous versions such use of
+`--header' lead to duplicate headers in HTTP requests.
+
 ** The progress bar is now updated regularly even when the data does
 not arrive.