aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_split_clients_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/modules/ngx_http_split_clients_module.c')
-rw-r--r--src/http/modules/ngx_http_split_clients_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_split_clients_module.c b/src/http/modules/ngx_http_split_clients_module.c
index c28b8f931..a43fac519 100644
--- a/src/http/modules/ngx_http_split_clients_module.c
+++ b/src/http/modules/ngx_http_split_clients_module.c
@@ -87,7 +87,7 @@ ngx_http_split_clients_variable(ngx_http_request_t *r,
return NGX_OK;
}
- hash = ngx_crc32_short(val.data, val.len);
+ hash = ngx_murmur_hash2(val.data, val.len);
part = ctx->parts.elts;