Skip to content

Commit

Permalink
Revert "Adds action for unquoting parameter attribute name/key. refs …
Browse files Browse the repository at this point in the history
…#43712"

This reverts commit 62219bd.
  • Loading branch information
ccutrer committed Sep 17, 2011
1 parent feb7efe commit ceab1c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mordor/http/http_parser.rl
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,6 @@ unquote(const std::string &str)
m_temp1 = std::string(mark, fpc - mark);
// Don't NULL out here; could be base64 later
}

action save_parameter_attribute_unquote {
m_temp1 = unquote(mark, fpc - mark);
// Don't NULL out here; could be base64 later
}

action save_parameter_value {
(*m_parameters)[m_temp1] = unquote(mark, fpc - mark);
Expand Down

0 comments on commit ceab1c7

Please sign in to comment.