minor improvements to auth
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "c.h"
|
||||
#include "ld.h"
|
||||
#include "tier1/utlstring.h"
|
||||
#include "tier1/commandline.h"
|
||||
#include "tier0/commandline.h"
|
||||
|
||||
ADD_DEPENDENCY_BUILD_FILE(tier0, "../tier0/build.cpp")
|
||||
ADD_DEPENDENCY_BUILD_FILE(tier1, "../tier1/build.cpp")
|
||||
|
||||
@@ -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