We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8a020 commit 914f35bCopy full SHA for 914f35b
src/proto/streams/counts.rs
@@ -115,9 +115,9 @@ impl Counts {
115
pub fn apply_remote_settings(&mut self, settings: &frame::Settings) {
116
if let Some(val) = settings.max_concurrent_streams() {
117
self.max_send_streams = val as usize;
118
- self.remote_settings_applied = true;
119
- self.notify_remote_settings_applied()
120
}
+ self.remote_settings_applied = true;
+ self.notify_remote_settings_applied()
121
122
123
/// Run a block of code that could potentially transition a stream's state.
0 commit comments