1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Fix the bug with the pastie token being invalid.

REQUEST_URI would return "ba"?cpp for example, but
the code expects just "ba".
This commit is contained in:
King_DuckZ 2017-06-06 19:55:22 +01:00
parent e44611301c
commit df1afc7616
4 changed files with 24 additions and 1 deletions

View file

@ -71,6 +71,7 @@ namespace tawashi {
GetMapType query_string_split() const a_pure;
const SplitMime& content_type_split() const a_pure;
boost::string_ref request_uri_relative() const;
boost::string_ref path_info_relative() const;
std::ostream& print_all (std::ostream& parStream, const char* parNewline) const;