minor improvements to auth
This commit is contained in:
@@ -116,6 +116,7 @@ HTTPResponse_t CHTTPClient::GetResponse()
|
||||
readSocket:
|
||||
|
||||
n = Read(response, sizeof(response));
|
||||
V_printf("%s\n",response);
|
||||
if (n == -1)
|
||||
goto responseDone;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user