Skip to content

test: test requests with Unicode in the URL

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 (closed).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes (this doesn't pass, as the test is only an illustration for a bug)
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

http

Merge request reports

Loading