From 998f207725e0427b6518fea5e6d64347cb14e231 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 27 Aug 2016 14:46:04 -0400 Subject: hash header name --- include/fhp/fhp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/fhp/fhp.h b/include/fhp/fhp.h index 2e1dc95..3337cbe 100644 --- a/include/fhp/fhp.h +++ b/include/fhp/fhp.h @@ -165,6 +165,9 @@ struct fhp_t_ { // cached http method and version fhp_token_t http_method, http_version; + // hash of last header name + uint32_t header_name_hash; + // state for url hex decoder uint32_t hex; }; -- cgit v1.2.3