Commit f08558d2 authored by zhujiashun's avatar zhujiashun

support_kv_pair_splitter: fix UT

parent b60143ea
...@@ -217,8 +217,8 @@ class QueryRemover { ...@@ -217,8 +217,8 @@ class QueryRemover {
public: public:
QueryRemover(const std::string* str); QueryRemover(const std::string* str);
const butil::StringPiece& key() { return _qs.key();} butil::StringPiece key() { return _qs.key();}
const butil::StringPiece& value() { return _qs.value(); } butil::StringPiece value() { return _qs.value(); }
butil::StringPiece key_and_value() { return _qs.key_and_value(); } butil::StringPiece key_and_value() { return _qs.key_and_value(); }
// Move splitter forward. // Move splitter forward.
......
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