Merge branch 'uri_query_fragments' into rr_with_registry

pull/3320/head
David Garcia Quintas 9 years ago
commit a7297eaa8f
  1. 2
      src/core/client_config/uri_parser.c

@ -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 */ ) {

Loading…
Cancel
Save