Unverified Commit 4d02a36d authored by Mohsen's avatar Mohsen Committed by GitHub

Update endpoint.cc

parent b283c329
...@@ -14,7 +14,7 @@ namespace Http { ...@@ -14,7 +14,7 @@ namespace Http {
Endpoint::Options::Options() Endpoint::Options::Options()
: threads_(1) : threads_(1)
, threadsName_("") , threadsName_()
, flags_() , flags_()
, backlog_(Const::MaxBacklog) , backlog_(Const::MaxBacklog)
, maxRequestSize_(Const::DefaultMaxRequestSize) , maxRequestSize_(Const::DefaultMaxRequestSize)
......
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