Skip to content

Commit 8bca4a3

Browse files
committed
Fixed bug introduced when I disabled the proxy support, so it now actually /works/ for doing HTTP requests...
1 parent 1cc3176 commit 8bca4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ HttpClient::HttpClient(Client& aClient, const char* aProxy, uint16_t aProxyPort)
3535
}
3636
#else
3737
HttpClient::HttpClient(Client& aClient)
38-
: iClient(&aClient)
38+
: iClient(&aClient), iProxyPort(0)
3939
{
4040
resetState();
4141
}

0 commit comments

Comments
 (0)