Skip to content

Commit

Permalink
fixup! Split on_control_command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 12, 2022
1 parent c797a37 commit bbd360a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ struct Active<T> {
control_receiver: mpsc::Receiver<ControlCommand>,
stream_sender: mpsc::Sender<StreamCommand>,
stream_receiver: mpsc::Receiver<StreamCommand>,
garbage: Vec<StreamId>,
// see `Connection::garbage_collect()`
garbage: Vec<StreamId>, // see `Connection::garbage_collect()`
pending_frames: VecDeque<Frame<()>>,
}

Expand Down

0 comments on commit bbd360a

Please sign in to comment.