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:
parent
e44611301c
commit
df1afc7616
4 changed files with 24 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue