Skip to content

test: fix dangerous .map in `test/parallel/test-http-set-trailers.js`

Passing a function directly into .map()/.forEach()/etc. might eventually lead to unexpected results because of extra arguments (index, array).

Merge request reports

Loading