◐ Shell
clean mode source ↗

test: test requests with Unicode in the URL by Flimm · Pull Request #13297 · nodejs/node

This test currently fails. It illustrates that Unicode in the URL does
not arrive intact to the server, there is silent data corruption along
the way at some point.

This test is for the issue nodejs#13296.

@nodejs-github-bot added the test

Issues and PRs related to the tests.

label

May 30, 2017

This was referenced

May 30, 2017

jasnell

jasnell

jasnell

jasnell

jasnell

jasnell

@mscdex mscdex added the http

Issues or PRs related to the http subsystem.

label

May 30, 2017

jasnell pushed a commit that referenced this pull request

Jun 2, 2017
This test currently fails. It illustrates that Unicode in the URL does
not arrive intact to the server, there is silent data corruption along
the way at some point.

This test is for the issue #13296.

PR-URL: #13297
Reviewed-By: James M Snell <jasnell@gmail.com>

jasnell pushed a commit that referenced this pull request

Jun 5, 2017
This test currently fails. It illustrates that Unicode in the URL does
not arrive intact to the server, there is silent data corruption along
the way at some point.

This test is for the issue #13296.

PR-URL: #13297
Reviewed-By: James M Snell <jasnell@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Jul 17, 2017
This test currently fails. It illustrates that Unicode in the URL does
not arrive intact to the server, there is silent data corruption along
the way at some point.

This test is for the issue #13296.

PR-URL: #13297
Reviewed-By: James M Snell <jasnell@gmail.com>