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 70dc5ee commit 0bcba91Copy full SHA for 0bcba91
HttpClient.cpp
@@ -56,14 +56,15 @@ void HttpClient::beginRequest()
56
57
int HttpClient::startRequest(const char* aURLPath, const char* aHttpMethod)
58
{
59
+ tHttpState initialState = iState;
60
+
61
if (!iConnectionClose)
62
63
flushClientRx();
64
65
resetState();
66
}
67
- tHttpState initialState = iState;
68
if ((eIdle != iState) && (eRequestStarted != iState))
69
70
return HTTP_ERROR_API;
0 commit comments