BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there
diff --git a/src/proto_http.c b/src/proto_http.c
index 390de89..ca99188 100644
--- a/src/proto_http.c
+++ b/src/proto_http.c
@@ -267,7 +267,7 @@
 struct chunk http_err_chunks[HTTP_ERR_SIZE];
 
 /* this struct is used between calls to smp_fetch_hdr() or smp_fetch_cookie() */
-static struct hdr_ctx static_hdr_ctx;
+static THREAD_LOCAL struct hdr_ctx static_hdr_ctx;
 
 #define FD_SETS_ARE_BITFIELDS
 #ifdef FD_SETS_ARE_BITFIELDS