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 b45be23 commit 25d9366Copy full SHA for 25d9366
boost/network/uri/http/detail/parse_specific.hpp
@@ -103,7 +103,7 @@ namespace boost { namespace network { namespace uri {
103
>> -qi::lexeme[qi::raw[*(unreserved | pct_encoded | sub_delims | qi::char_(":"))] >> '@']
104
>> hostname
105
>> -qi::lexeme[':' >> qi::ushort_]
106
- >> -qi::lexeme['/' >> qi::raw[*pchar > *('/' >> *pchar)]]
+ >> -qi::lexeme['/' > qi::raw[*pchar >> *('/' > *pchar)]]
107
>> -qi::lexeme['?' >> qi::raw[*(pchar | qi::char_("/?"))]]
108
>> -qi::lexeme['#' >> qi::raw[*(pchar | qi::char_("/?"))]]
109
),
0 commit comments