Fix build

This commit is contained in:
Carl Lerche
2017-08-09 14:17:55 -07:00
parent dfec401fdf
commit a8c8cdb8e9
3 changed files with 5 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ impl<B> Prioritize<B>
self.flow_control.expand_window(frame.size_increment())?;
// Imediately apply the update
self.flow.apply_window_update();
self.flow_control.apply_window_update();
Ok(())
}