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 94f5d5a commit 68f2992Copy full SHA for 68f2992
src/quic/application.cc
@@ -67,7 +67,7 @@ bool Session::Application::Start() {
67
// By default there is nothing to do. Specific implementations may
68
// override to perform more actions.
69
return true;
70
-};
+}
71
72
void Session::Application::AcknowledgeStreamData(Stream* stream,
73
size_t datalen) {
src/quic/transportparams.h
@@ -1,6 +1,5 @@
1
#pragma once
2
3
-#include "memory_tracker.h"
4
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
5
#if HAVE_OPENSSL && NODE_OPENSSL_HAS_QUIC
6
0 commit comments