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 287b052 commit 835fdceCopy full SHA for 835fdce
src/node_http2.cc
@@ -629,7 +629,7 @@ void Http2Session::FetchAllowedRemoteCustomSettings() {
629
}
630
631
632
-void Http2Session::MemoryInfo(MemoryTracker * tracker) const {
+void Http2Session::MemoryInfo(MemoryTracker* tracker) const {
633
tracker->TrackField("streams", streams_);
634
tracker->TrackField("outstanding_pings", outstanding_pings_);
635
tracker->TrackField("outstanding_settings", outstanding_settings_);
0 commit comments