We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77dc2a2 + b2fe8ee commit 48e315dCopy full SHA for 48e315d
libs/network/src/server_request_parsers_impl.cpp
@@ -44,9 +44,9 @@ void parse_version(
44
45
void parse_headers(
46
std::string const& input, std::vector<request_header_narrow>& container) {
47
- using namespace boost::spirit::qi;
48
u8_to_u32_iterator<std::string::const_iterator> begin = input.begin(),
49
end = input.end();
+ using namespace boost::spirit::qi;
50
typedef as<boost::spirit::traits::u32_string> as_u32_string;
51
parse(begin, end,
52
*(+((alnum | punct) - ':') >> lit(": ") >>
0 commit comments