mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
Proxy credentials are supported
This commit is contained in:
parent
541836a643
commit
242b72add6
@ -367,7 +367,7 @@ void downloadfile(const char *url, struct download *buffer)
|
||||
#ifdef DEBUG_NETWORK
|
||||
gprintf("\nConnected\n");
|
||||
#endif
|
||||
// Connect to a web proxy without credentials
|
||||
// Connect to a web proxy
|
||||
if (getProxyAddress() && getProxyPort() > 0)
|
||||
{
|
||||
if (!connect_proxy(&httpinfo, host, getProxyUsername(), getProxyPassword()))
|
||||
|
Loading…
Reference in New Issue
Block a user