fix http parser and config
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#define CWS_CONFIG_H
|
||||
|
||||
typedef struct cws_config_t {
|
||||
char *host;
|
||||
char *hostname;
|
||||
char *port;
|
||||
|
||||
char *www;
|
||||
char *cert;
|
||||
char *key;
|
||||
} cws_config;
|
||||
|
||||
Reference in New Issue
Block a user