Commit 9f28b305 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

spdyd: Initialize Config::on_request_recv_callback

parent 6732219d
...@@ -59,7 +59,8 @@ const std::string DEFAULT_HTML = "index.html"; ...@@ -59,7 +59,8 @@ const std::string DEFAULT_HTML = "index.html";
const std::string SPDYD_SERVER = "spdyd spdylay/" SPDYLAY_VERSION; const std::string SPDYD_SERVER = "spdyd spdylay/" SPDYLAY_VERSION;
} // namespace } // namespace
Config::Config(): verbose(false), daemon(false), port(0), data_ptr(0), Config::Config(): verbose(false), daemon(false), port(0),
on_request_recv_callback(0), data_ptr(0),
version(0), verify_client(false), no_tls(false) version(0), verify_client(false), no_tls(false)
{} {}
......
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