From 799eebac4b22a1ade628f3af4c589639697461f2 Mon Sep 17 00:00:00 2001 From: Hakase Date: Fri, 16 Feb 2018 10:33:17 +0900 Subject: [PATCH] Latest update - 7209 --- src/http/v2/ngx_http_v2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c index 2eb0ef4..1460dd7 100644 --- a/src/http/v2/ngx_http_v2.c +++ b/src/http/v2/ngx_http_v2.c @@ -3711,7 +3711,8 @@ ngx_http_v2_construct_cookie_header(ngx_http_request_t *r) return NGX_ERROR; } - h->hash = ngx_hash_key(cookie.data, cookie.len); + h->hash = ngx_hash(ngx_hash(ngx_hash(ngx_hash( + ngx_hash('c', 'o'), 'o'), 'k'), 'i'), 'e'); h->key.len = cookie.len; h->key.data = cookie.data;