]> source.dussan.org Git - rspamd.git/commit
[Minor] Remove sequential algorithm as it is not actually a rotation alg
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 18 Jan 2022 21:26:27 +0000 (21:26 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 18 Jan 2022 21:26:27 +0000 (21:26 +0000)
commit79b0b67f2d3de46490876cfebf5dd0176bd025e1
tree6c382d854d33914f66378162a0fbab1f20e16cd7
parentc52ec5f8f772abd9b47b256159b6398e59d759ec
[Minor] Remove sequential algorithm as it is not actually a rotation alg

Sequential rotation was used just to rotate all upstreams in the loop (e.g.
when you need to do some action for all upstreams). Allowing to specify it as
a user defined algorithm was a mistake as it breaks upstreams API expectations.
See #4043
src/libutil/upstream.c