Skip to content

Commit d90b3cc

Browse files
committed
fixup! deps: update nghttp3 to 1.18.0
1 parent 8deeae8 commit d90b3cc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/quic/http3.cc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,11 @@ class Http3ApplicationImpl final : public Session::Application {
13991399
on_receive_origin,
14001400
on_end_origin,
14011401
on_rand,
1402-
on_receive_settings};
1402+
on_receive_settings,
1403+
#ifdef NGHTTP3_CALLBACKS_V4
1404+
nullptr,
1405+
#endif // NGHTTP3_CALLBACKS_V4
1406+
};
14031407
};
14041408

14051409
std::optional<PendingTicketAppData> ParseHttp3TicketData(const uv_buf_t& data) {

0 commit comments

Comments
 (0)