tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

cap recursion and the size of object generated #64

Closed tj closed 10 years ago

tj commented 11 years ago

no reason to facilitate massive objects or exhaust the stack

buschtoens commented 10 years ago

Dup of #28. Admittedly it's 2 years old. :D