Revert "url: significantly improve the performance of the url module"
authorRod Vagg <rod@vagg.org>
Sun, 3 May 2015 22:05:44 +0000 (15:05 -0700)
committerRod Vagg <rod@vagg.org>
Mon, 4 May 2015 03:29:41 +0000 (20:29 -0700)
commit702997c1f08516fe84f52957cfd830a46d7eceac
tree6d8ec7052adb17dc83ef2b376632d7c038921238
parent0daed248835d743dcfc320dc717c2b7de6834b17
Revert "url: significantly improve the performance of the url module"

This reverts commit 3fd7fc429c394059113432312ed19decbafd8fc4.

It was agreed that this change contained too much potential ecosystem
breakage, particularly around the inability to `delete` properties off a
`Url` object. It may be re-introduced for a later release, along with
better work on ecosystem compatibility.

PR-URL: https://github.com/iojs/io.js/pull/1602
Reviewed-By: Mikeal Rogers <mikeal.rogers@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Forrest L Norvell <forrest@npmjs.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Isaac Z. Schlueter <i@izs.me>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
lib/_http_client.js
lib/https.js
lib/url.js
lib/util.js
test/parallel/test-url-accessors.js [deleted file]
test/parallel/test-url.js