-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it valid not to throw error in querystring.encode? #3702
Labels
querystring
Issues and PRs related to the built-in querystring module.
Comments
mscdex
added
the
querystring
Issues and PRs related to the built-in querystring module.
label
Nov 8, 2015
I guess ping @mscdex since he made that change? |
@mscdex ... ping. |
3 tasks
mscdex
added a commit
to mscdex/io.js
that referenced
this issue
Mar 26, 2016
Fixes: nodejs#3702 PR-URL: nodejs#5858 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
mscdex
added a commit
to mscdex/io.js
that referenced
this issue
Apr 8, 2016
Fixes: nodejs#3702 PR-URL: nodejs#5858 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Through reading source code for querystring.escape, I found that
querystring.escape
doesn't throw any error since #847 merge, even when invalid surrogate pairs are supplied.Real world example:
Since I couldn't find any docs or comments about the behavior, I wonder if this is an intentional change or a regression. In either case, it should be included in its test.
The text was updated successfully, but these errors were encountered: