Skip to content

tls: use for loop instead of forEach

Using native for loop instead of forEach may make the performance a bit of better ?

On the other hand, it's for consistency with proxiedMethods

Refs: #11582

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading