Skip to content

Commit e7c71ad

Browse files
committed
try fix
1 parent b043540 commit e7c71ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/quic/http3.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,8 @@ class Http3ApplicationImpl final : public Session::Application {
983983
on_receive_settings,
984984
on_receive_origin,
985985
on_end_origin,
986-
on_rand};
986+
on_rand,
987+
nullptr};
987988
};
988989

989990
std::unique_ptr<Session::Application> Http3Application::Create(

0 commit comments

Comments
 (0)