A replacement for decodeURIComponent that doesn't throw.
authorisaacs <i@izs.me>
Tue, 15 Jun 2010 04:13:09 +0000 (21:13 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 16 Jun 2010 02:28:09 +0000 (19:28 -0700)
commit4ce100fa622d97de51d7cccde2301653ee95bbe7
treee444343839119234c17da0175d2bf48ada39ce1a
parented5f4f3a444e155292db2be6b499528c279fdefb
A replacement for decodeURIComponent that doesn't throw.

And add a few more tests.
lib/querystring.js
src/node_http_parser.cc
test/simple/test-querystring.js