Add test that a window update can be received in reserved state (#195)
This commit is contained in:
		
				
					committed by
					
						 Carl Lerche
						Carl Lerche
					
				
			
			
				
	
			
			
			
						parent
						
							4cc573fa89
						
					
				
				
					commit
					10d8ed7429
				
			| @@ -361,6 +361,13 @@ impl State { | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     pub fn is_send_closed(&self) -> bool { | ||||
|         match self.inner { | ||||
|             Closed(..) | HalfClosedLocal(..) | ReservedRemote => true, | ||||
|             _ => false, | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     pub fn is_idle(&self) -> bool { | ||||
|         match self.inner { | ||||
|             Idle => true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user