Unverified Commit b8c15c74 authored by raisinten's avatar raisinten Committed by James M Snell
Browse files

src: fix leading backslash bug in URL

The associated condition mentioned in the URL parsing algorithm of the
WHATWG URL Standard is:
url is special and c is U+005C (\)
So, `special_back_slash` must be updated whenever `special` is updated.

Fixes: https://github.com/nodejs/node/issues/36559

PR-URL: https://github.com/nodejs/node/pull/36613


Reviewed-By: default avatarRich Trott <rtrott@gmail.com>
Reviewed-By: default avatarDaijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent 6ab768ea
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