Skip to content

Commit febfe53

Browse files
committed
fixup! deps: update ngtcp2 to 1.24.0
1 parent e17667f commit febfe53

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/quic/session.cc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,11 @@ struct Session::Impl final : public MemoryRetainer {
16561656
on_receive_stateless_reset,
16571657
on_get_new_cid,
16581658
on_cid_status,
1659-
ngtcp2_crypto_get_path_challenge_data2_cb};
1659+
ngtcp2_crypto_get_path_challenge_data2_cb,
1660+
#ifdef NGTCP2_CALLBACKS_V4
1661+
nullptr,
1662+
#endif
1663+
};
16601664

16611665
static constexpr ngtcp2_callbacks SERVER = {
16621666
nullptr,
@@ -1703,7 +1707,11 @@ struct Session::Impl final : public MemoryRetainer {
17031707
on_receive_stateless_reset,
17041708
on_get_new_cid,
17051709
on_cid_status,
1706-
ngtcp2_crypto_get_path_challenge_data2_cb};
1710+
ngtcp2_crypto_get_path_challenge_data2_cb,
1711+
#ifdef NGTCP2_CALLBACKS_V4
1712+
nullptr,
1713+
#endif
1714+
};
17071715
};
17081716

17091717
#undef NGTCP2_CALLBACK_SCOPE

0 commit comments

Comments
 (0)