]> git.kaiwu.me - nginx.git/commit
Split clients: improved calculation of range boundaries
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 8 May 2026 11:32:41 +0000 (15:32 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Tue, 9 Jun 2026 15:04:17 +0000 (19:04 +0400)
commitd994f5b8220847eb8f7e4400be5f7e6eb4538e46
treebdef260bfe2d3a251168eceb450c9d36042335be
parentcab0697310b5d5ec80e84cb215f0547403605052
Split clients: improved calculation of range boundaries

If the last variant was given an explicit percentage to reach 100%, it
did not cover hash values on the range boundary or due to accumulating
rounding error.  Now this corresponds to the configuration with "*".
src/http/modules/ngx_http_split_clients_module.c
src/stream/ngx_stream_split_clients_module.c