diff options
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index dd6ed3ca..195fd155 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -447,7 +447,7 @@ char *a_Http_make_connect_str(const DilloUrl *url) "Host: %s\r\n" "%s" "\r\n", - auth2, + auth2, auth2, proxy_auth); |