We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27467a8 commit d900912Copy full SHA for d900912
src/quic/data.h
@@ -129,7 +129,7 @@ class QuicError final : public MemoryRetainer {
129
const uint8_t* reason_c_str() const;
130
131
std::string reason_;
132
- ngtcp2_connection_close_error error_;
+ ngtcp2_connection_close_error error_ = ngtcp2_connection_close_error();
133
const ngtcp2_connection_close_error* ptr_ = nullptr;
134
};
135
0 commit comments