Commit a66ad1e5 authored by Ian Roddis's avatar Ian Roddis

Merge branch 'master' of ssh://github.com/oktal/pistache into dynamic_arraybuf

parents bfb7bddd 2d24c570
......@@ -115,7 +115,7 @@ namespace Uri {
// \brief Return iterator to the end of the parameters map
std::unordered_map<std::string, std::string>::const_iterator
parameters_end() const {
return params.begin();
return params.end();
}
// \brief returns all parameters given in the query
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment