改用自行实现的http读取与解析,同时修复部分bug

This commit is contained in:
2025-12-17 18:13:39 +08:00
parent e0a3f0d3f1
commit a73b317547
7 changed files with 76 additions and 30 deletions

View File

@ -8,7 +8,7 @@
typedef struct logs
{
char log[1024];
char log[4096];
struct logs *next;
}logs;