Latest update - 7209

This commit is contained in:
Hakase
2018-02-16 10:33:17 +09:00
parent 9b431fd8fd
commit 799eebac4b
+2 -1
View File
@@ -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;