修复http解析

This commit is contained in:
2025-10-03 10:57:53 +08:00
parent d11c1559ab
commit f518bf5064
3 changed files with 66 additions and 4 deletions

View File

@ -2,5 +2,6 @@
#define HTTP_REL
const char *http_get_body(const char *buf);
char *recv_http_request(int cfd);
#endif