Skip to content

querystring: avoid indexOf when parsing

Rodrigo Muino Tomonari requested to merge github/fork/mcollina/muuaa into master

Fixes a performance regression in body-parser with V8 6.0. Removes the use of an auxiliary array, and just query the object directly.

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

querystring

Merge request reports

Loading