commit 68be64e2c12f6ab5355a147484896eae12d2b166
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Sat Aug 22 23:31:32 2020 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Sat Aug 22 23:31:42 2020 +0200

    Remove unused field in the request-struct
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/http.h b/http.h
index 5226dca..2ee79af 100644
--- a/http.h
+++ b/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];

Reply via email to