nghttpx: Connection: Explicit assignment to double field
This commit is contained in:
parent
f3b247e4c8
commit
1216d7d912
|
@ -55,6 +55,9 @@ Connection::Connection(struct ev_loop *loop, int fd, SSL *ssl,
|
||||||
|
|
||||||
wt.data = this;
|
wt.data = this;
|
||||||
rt.data = this;
|
rt.data = this;
|
||||||
|
|
||||||
|
// set 0. to double field explicitly just in case
|
||||||
|
tls.last_write_time = 0.;
|
||||||
}
|
}
|
||||||
|
|
||||||
Connection::~Connection() { disconnect(); }
|
Connection::~Connection() { disconnect(); }
|
||||||
|
|
Loading…
Reference in New Issue