style: 更新zlib为不带ASMINF编译的静态库

This commit is contained in:
yuanyuanxiang
2021-03-14 20:55:22 +08:00
parent 2c870f1952
commit 225c7e0318
8 changed files with 37 additions and 10 deletions

View File

@@ -279,7 +279,9 @@ VOID IOCPClient::OnServerReceiving(char* szBuffer, ULONG ulLength)
else
break;
}
}catch(...) { }
}catch(...) {
printf("[ERROR] OnServerReceiving catch an error \n");
}
}