--- a/src/server/daemon/httprequest.h Mon Jul 21 22:22:46 2025 +0200 +++ b/src/server/daemon/httprequest.h Thu Jul 31 20:53:08 2025 +0200 @@ -47,13 +47,14 @@ struct _http_request { Connection *connection; - cxmutstr request_line; - cxmutstr method; - cxmutstr uri; - cxmutstr httpv; + cxmutstr request_line; + cxmutstr method; + cxmutstr uri; + cxmutstr httpv; HeaderArray *headers; netbuf *netbuf; time_t req_start; + short status; }; struct _header {