Skip to content
Snippets Groups Projects
Commit a7297eaa authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Merge branch 'uri_query_fragments' into rr_with_registry

parents 5a9903df 52678915
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ static int parse_pchar(const char *uri_text, int i) {
((c >= 'a') && (c <= 'z')) ||
((c >= '0') && (c <= '9')) ||
(c == '-' || c == '.' || c == '_' || c == '~') || /* unreserved */
(c == '!' || c == '$' || c == '&' || c == '\'' || c == '$' || c == '&' ||
c == '(' || c == ')' || c == '*' || c == '+' || c == ',' || c == ';' ||
c == '=') /* sub-delims */ ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment