Commit 6a03fce1 authored by CGavrila's avatar CGavrila Committed by Trevor Norris
Browse files

url: improve parsing speed

The url.parse() function now checks whether an escapable character is in
the URL before trying to escape it.

PR-URL: https://github.com/joyent/node/pull/8638


[trev.norris@gmail.com: Switch to use continue instead of if]
Signed-off-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent 890baa03
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment