Open
Description
Arnaut (`3rdEden) came up with this monkey-patch idea for the querystring native module, but I think we can implement it here also, here's what he said on the google group:
The fastest workaround for this would just be adding a counter to the decoder, and have it break out the forEach
loop after
it has stored about 1k keys in the obj
.