改用自行实现的http读取与解析,同时修复部分bug
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
typedef struct logs
|
||||
{
|
||||
char log[1024];
|
||||
char log[4096];
|
||||
struct logs *next;
|
||||
}logs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user