minor improvements to auth

This commit is contained in:
2026-01-09 15:40:27 +02:00
parent defb60ac53
commit 5ff4521228
7 changed files with 227 additions and 68 deletions

View File

@@ -116,6 +116,7 @@ HTTPResponse_t CHTTPClient::GetResponse()
readSocket:
n = Read(response, sizeof(response));
V_printf("%s\n",response);
if (n == -1)
goto responseDone;