Commit ac01e48f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

spdycat: Initialize SpdySession::sc

parent f6c00611
......@@ -311,7 +311,7 @@ struct SpdySession {
std::string hostport;
Spdylay *sc;
SessionStat stat;
SpdySession():complete(0) {}
SpdySession():complete(0), sc(0) {}
~SpdySession()
{
for(size_t i = 0; i < reqvec.size(); ++i) {
......
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