add: memory optimization

This commit is contained in:
Talyx
2022-02-17 21:15:53 +03:00
parent 3c5f61e08e
commit 28c86e5e43
7 changed files with 60 additions and 49 deletions

View File

@@ -26,7 +26,7 @@ private:
std::string _stringBUF;
std::string _bodyToSend;
std::string _headerToSend;
std::string _toSend;
std::string *_toSend;
char *_to_send_char;
std::map<std::string, std::string> _errorCode;