Update so dependents can compile (#111)
Add missing `unstable` flag to fns.
This commit is contained in:
committed by
Carl Lerche
parent
b99c513334
commit
4f4fa3ea52
@@ -74,6 +74,7 @@ impl Settings {
|
||||
self.max_concurrent_streams
|
||||
}
|
||||
|
||||
#[cfg(feature = "unstable")]
|
||||
pub fn set_max_concurrent_streams(&mut self, max: Option<u32>) {
|
||||
self.max_concurrent_streams = max;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user