summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fhp/fhp.h3
1 files changed, 3 insertions, 0 deletions
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;
};