Remove unused field in the request-struct

Signed-off-by: Laslo Hunhold <dev@frign.de>
This commit is contained in:
Laslo Hunhold 2020-08-22 23:31:32 +02:00
parent 58d0f44e03
commit 68be64e2c1
No known key found for this signature in database
GPG key ID: 69576BD24CFCB980

2
http.h
View file

@ -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];