Unverified Commit 7eb80aba authored by Mohsen's avatar Mohsen Committed by GitHub

Update endpoint.h

using std::string by reference
parent 9a813502
......@@ -19,7 +19,7 @@ public:
friend class Endpoint;
Options& threads(int val);
Options& threadsName(std::string val);
Options& threadsName(const std::string& val);
Options& flags(Flags<Tcp::Options> flags);
Options& backlog(int val);
Options& maxRequestSize(size_t val);
......
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