mirror of
https://github.com/moparisthebest/spdylay
synced 2024-12-22 07:38:52 -05:00
spdycat: Initialize SpdySession::sc
This commit is contained in:
parent
f6c0061117
commit
ac01e48f7a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user