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 e17667f commit febfe53Copy full SHA for febfe53
1 file changed
src/quic/session.cc
@@ -1656,7 +1656,11 @@ struct Session::Impl final : public MemoryRetainer {
1656
on_receive_stateless_reset,
1657
on_get_new_cid,
1658
on_cid_status,
1659
- ngtcp2_crypto_get_path_challenge_data2_cb};
+ ngtcp2_crypto_get_path_challenge_data2_cb,
1660
+#ifdef NGTCP2_CALLBACKS_V4
1661
+ nullptr,
1662
+#endif
1663
+ };
1664
1665
static constexpr ngtcp2_callbacks SERVER = {
1666
nullptr,
@@ -1703,7 +1707,11 @@ struct Session::Impl final : public MemoryRetainer {
1703
1707
1704
1708
1705
1709
1706
1710
1711
1712
1713
1714
1715
};
1716
1717
#undef NGTCP2_CALLBACK_SCOPE
0 commit comments