mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix typo.
This commit is contained in:
parent
463ea434ed
commit
2fdf38285b
@ -1,3 +1,7 @@
|
|||||||
|
2004-03-31 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
|
||||||
|
|
||||||
2004-03-30 Hrvoje Niksic <hniksic@xemacs.org>
|
2004-03-30 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* http.c (gethttp): Send the Proxy-Authorization header over
|
* http.c (gethttp): Send the Proxy-Authorization header over
|
||||||
|
@ -1206,7 +1206,7 @@ gethttp (struct url *u, struct http_stat *hs, int *dt, struct url *proxy)
|
|||||||
|
|
||||||
/* Proxy authorization over SSL is handled below. */
|
/* Proxy authorization over SSL is handled below. */
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
if (u->scheme != SCHEME_SSL)
|
if (u->scheme != SCHEME_HTTPS)
|
||||||
#endif
|
#endif
|
||||||
request_set_header (req, "Proxy-Authorization", proxyauth, rel_value);
|
request_set_header (req, "Proxy-Authorization", proxyauth, rel_value);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user