We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6511e commit d3223a7Copy full SHA for d3223a7
src/parser.cpp
@@ -516,7 +516,6 @@ result_type parse_url(std::string_view user_input,
516
// If c is U+002F (/) and remaining starts with U+002F (/),
517
// then set state to special authority ignore slashes state and increase
518
// pointer by 1.
519
- state = ada::state::SPECIAL_AUTHORITY_IGNORE_SLASHES;
520
std::string_view view = helpers::substring(url_data, input_position);
521
if (ada::checkers::begins_with(view, "//")) {
522
input_position += 2;
0 commit comments