Skip to content

Commit

Permalink
Fixed bug introduced when I disabled the proxy support, so it now act…
Browse files Browse the repository at this point in the history
…ually /works/ for doing HTTP requests...
  • Loading branch information
amcewen committed Aug 17, 2012
1 parent 1cc3176 commit 8bca4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ HttpClient::HttpClient(Client& aClient, const char* aProxy, uint16_t aProxyPort)
}
#else
HttpClient::HttpClient(Client& aClient)
: iClient(&aClient)
: iClient(&aClient), iProxyPort(0)
{
resetState();
}
Expand Down

0 comments on commit 8bca4a3

Please sign in to comment.