fixed http request hangup and socket usage

This commit is contained in:
2025-10-10 17:02:01 -07:00
parent f186358fc7
commit 9e8ff2cb7c
7 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
#ifndef HTTP_H
#define HTTP_H
#define HTTP_PORT 9090
#define HTTP_UNKNOWN 0
#define HTTP_GET 1
#define HTTP_POST 2