From 50545963c9386338e38bdfb234f68da4037b4a21 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Mon, 17 Jul 2017 22:42:56 +0000 Subject: [PATCH] update stream tracker TODOs --- src/proto/stream_tracker.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/proto/stream_tracker.rs b/src/proto/stream_tracker.rs index 41a452a..6ec8085 100644 --- a/src/proto/stream_tracker.rs +++ b/src/proto/stream_tracker.rs @@ -9,10 +9,10 @@ use ordermap::OrderMap; use std::hash::BuildHasherDefault; use std::marker::PhantomData; -// TODO enforce local_max_concurrency. -// TODO enforce remote_max_concurrency. -// TODO reset_streams nees to be bounded. -// TODO track reserved streams (PUSH_PROMISE) +// TODO track "last stream id" for GOAWAY. +// TODO track/provide "next" stream id. +// TODO reset_streams needs to be bounded. +// TODO track reserved streams (PUSH_PROMISE). #[derive(Debug)] pub struct StreamTracker {