mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-26 10:35:28 +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
|
#ifdef DEBUG_NETWORK
|
||||||
gprintf("\nConnected\n");
|
gprintf("\nConnected\n");
|
||||||
#endif
|
#endif
|
||||||
// Connect to a web proxy without credentials
|
// Connect to a web proxy
|
||||||
if (getProxyAddress() && getProxyPort() > 0)
|
if (getProxyAddress() && getProxyPort() > 0)
|
||||||
{
|
{
|
||||||
if (!connect_proxy(&httpinfo, host, getProxyUsername(), getProxyPassword()))
|
if (!connect_proxy(&httpinfo, host, getProxyUsername(), getProxyPassword()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user