We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc3176 commit 8bca4a3Copy full SHA for 8bca4a3
HttpClient.cpp
@@ -35,7 +35,7 @@ HttpClient::HttpClient(Client& aClient, const char* aProxy, uint16_t aProxyPort)
35
}
36
#else
37
HttpClient::HttpClient(Client& aClient)
38
- : iClient(&aClient)
+ : iClient(&aClient), iProxyPort(0)
39
{
40
resetState();
41
0 commit comments