Commit 4211fcf7 authored by knowledge4igor's avatar knowledge4igor

maxPayload_ field in Options class must be initialized with default value

parent 63aca181
......@@ -14,6 +14,7 @@ namespace Http {
Endpoint::Options::Options()
: threads_(1)
, maxPayload_(Const::DefaultMaxPayload)
{ }
Endpoint::Options&
......
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