Fixes https://bugs.llvm.org/show_bug.cgi?id=40593.
Non-percent-encoded chars doesn't cause any problems on the input-side since we
assume everything after authority section is data and don't interpret them as
delimeters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
Hmm, this removes a useful assertion, and still leaves us sending invalid (or at least non-canonical) URIs in the input.
But I don't see a better fix really - lit tests are painful :-(