unify file/type naming

This commit is contained in:
Oliver Gould
2017-07-24 15:42:16 +00:00
parent 1069629aef
commit 275b835023
5 changed files with 17 additions and 353 deletions

View File

@@ -24,6 +24,10 @@ pub trait ControlStreams {
!Self::local_can_open()
}
// TODO push promise
// fn local_can_reserve(&mut self, id: StreamId) -> Result<(), ConnectionError>;
// fn remote_can_reserve(&mut self, id: StreamId) -> Result<(), ConnectionError>;
/// Creates a new stream in the OPEN state from the local side (i.e. as a Client).
///
/// Must only be called when local_can_open returns true.