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

If first parameter in query string has long value (ex. oAuth token) the parsing is very slow #109

Closed B0k0 closed 10 years ago

B0k0 commented 10 years ago

Hi, I've noticed that when the access token is the only, or the first parameter of the query string the requests took 3-4x longer to complete (note that this was happening under high load tests).

jonathanong commented 10 years ago

this is just hearsay without code