Remove unused field in the request-struct
Signed-off-by: Laslo Hunhold <dev@frign.de>
This commit is contained in:
parent
58d0f44e03
commit
68be64e2c1
1 changed files with 0 additions and 2 deletions
2
http.h
2
http.h
|
@ -27,8 +27,6 @@ enum req_method {
|
|||
extern const char *req_method_str[];
|
||||
|
||||
struct request {
|
||||
char header[HEADER_MAX]; /* deprecated */
|
||||
|
||||
enum req_method method;
|
||||
char target[PATH_MAX];
|
||||
char field[NUM_REQ_FIELDS][FIELD_MAX];
|
||||
|
|
Loading…
Reference in a new issue