[hackers] [quark] Remove unused field in the request-struct || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Sat, 22 Aug 2020 23:31:26 +0200 (CEST)

commit 68be64e2c12f6ab5355a147484896eae12d2b166
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Sat Aug 22 23:31:32 2020 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Sat Aug 22 23:31:42 2020 +0200

    Remove unused field in the request-struct
    
    Signed-off-by: Laslo Hunhold <dev_AT_frign.de>

diff --git a/http.h b/http.h
index 5226dca..2ee79af 100644
--- a/http.h
+++ b/http.h
_AT_@ -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];
Received on Sat Aug 22 2020 - 23:31:26 CEST

This archive was generated by hypermail 2.3.0 : Sat Aug 22 2020 - 23:36:34 CEST