release connection capacity when recv_data has stream error (#186)
This commit is contained in:
@@ -246,7 +246,7 @@ impl Recv {
|
||||
}
|
||||
|
||||
/// Releases capacity of the connection
|
||||
fn release_connection_capacity(
|
||||
pub fn release_connection_capacity(
|
||||
&mut self,
|
||||
capacity: WindowSize,
|
||||
task: &mut Option<Task>,
|
||||
|
||||
Reference in New Issue
Block a user