netty5/handler/src
Aayush Atharva 87719f4fd9 Add null rule check in rules array of RuleBasedIpFilter (#10527)
Motivation:

We can filter out `null` rules while initializing the instance of `RuleBasedIpFilter` so we don't have to keep checking for `null` rules while iterating through `rules` array in `for loop` which is just a waste of CPU cycles.

Modification:
Added `null` rule check inside the constructor.

Result:
No more wasting CPU cycles on check the `null` rule each time in `for loop` and makes the overall operation more faster.
2020-10-17 20:23:52 +02:00
..
main Add null rule check in rules array of RuleBasedIpFilter (#10527) 2020-10-17 20:23:52 +02:00
test Respect the Provider when detecting if TLSv1.3 is used by default / supported (#10621) 2020-09-29 20:49:11 +02:00