修复部分bug

This commit is contained in:
2025-11-21 18:02:37 +08:00
parent 26dac05e5b
commit 08589dfe79
7 changed files with 153 additions and 120 deletions

View File

@ -3,5 +3,6 @@
const char *http_get_body(const char *buf);
char *recv_http_request(int cfd);
int init_http_network(int port, log_manager *logger);
#endif