Skip to content

Commit 31d8519

Browse files
committed
init timer id
1 parent c13e1ee commit 31d8519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/Http2Transport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ class Http2Transport : public HttpTransport
500500
bool firstInitalWindowUpdateReceived = false;
501501

502502
double pingIntervalSec_{0.0};
503-
trantor::TimerId pingTimerId_;
503+
trantor::TimerId pingTimerId_{0};
504504

505505
std::vector<uint8_t> additionalHeaderData_;
506506

0 commit comments

Comments
 (0)