Refine the connection close

This commit is contained in:
Chunting Gu
2019-07-15 15:36:30 +08:00
parent 2a20030f7e
commit 46ea52cb90
24 changed files with 214 additions and 147 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ public:
return headers_;
}
void Set(const std::string& key, const std::string& value);
bool Set(const std::string& key, const std::string& value);
void Set(std::string&& key, std::string&& value);
bool Set(std::string&& key, std::string&& value);
bool Has(const std::string& key) const;