Skip to content

Commit 25d9366

Browse files
Jeroen Habrakendeanberris
Jeroen Habraken
authored andcommitted
minor path update
1 parent b45be23 commit 25d9366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/uri/http/detail/parse_specific.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace boost { namespace network { namespace uri {
103103
>> -qi::lexeme[qi::raw[*(unreserved | pct_encoded | sub_delims | qi::char_(":"))] >> '@']
104104
>> hostname
105105
>> -qi::lexeme[':' >> qi::ushort_]
106-
>> -qi::lexeme['/' >> qi::raw[*pchar > *('/' >> *pchar)]]
106+
>> -qi::lexeme['/' > qi::raw[*pchar >> *('/' > *pchar)]]
107107
>> -qi::lexeme['?' >> qi::raw[*(pchar | qi::char_("/?"))]]
108108
>> -qi::lexeme['#' >> qi::raw[*(pchar | qi::char_("/?"))]]
109109
),

0 commit comments

Comments
 (0)