Update client building feature / All in one
This commit is contained in:
@@ -185,6 +185,7 @@ typedef struct CONTEXT_OBJECT
|
||||
void *olps; // OVERLAPPEDPLUS
|
||||
int CompressMethod; // ѹ<><D1B9><EFBFBD>㷨
|
||||
HeaderParser Parser; // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Э<EFBFBD><D0AD>
|
||||
BOOL bLogin; // <20>Ƿ<EFBFBD> login
|
||||
|
||||
VOID InitMember()
|
||||
{
|
||||
@@ -197,6 +198,7 @@ typedef struct CONTEXT_OBJECT
|
||||
olps = NULL;
|
||||
CompressMethod = COMPRESS_ZSTD;
|
||||
Parser.Reset();
|
||||
bLogin = FALSE;
|
||||
}
|
||||
VOID SetClientInfo(CString s[10]){
|
||||
for (int i=0; i<sizeof(sClientInfo)/sizeof(CString);i++)
|
||||
|
||||
Reference in New Issue
Block a user