fixed http request hangup and socket usage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user