A lot of structural work
This commit is contained in:
		| @@ -6,7 +6,7 @@ mod store; | ||||
| mod stream; | ||||
| mod streams; | ||||
|  | ||||
| pub use self::streams::Streams; | ||||
| pub use self::streams::{Streams, Stream}; | ||||
|  | ||||
| use self::flow_control::FlowControl; | ||||
| use self::recv::Recv; | ||||
| @@ -19,6 +19,8 @@ use proto::*; | ||||
| use error::Reason::*; | ||||
| use error::User::*; | ||||
|  | ||||
| use http::{Request, Response}; | ||||
|  | ||||
| #[derive(Debug)] | ||||
| pub struct Config { | ||||
|     /// Maximum number of remote initiated streams | ||||
|   | ||||
		Reference in New Issue
	
	Block a user