Add another test
This commit is contained in:
		| @@ -38,9 +38,12 @@ impl Settings { | ||||
|             let frame = frame::Settings::ack(); | ||||
|  | ||||
|             if let AsyncSink::NotReady(_) = dst.start_send(frame.into())? { | ||||
|                 trace!("failed to send ACK"); | ||||
|                 return Ok(Async::NotReady); | ||||
|             } | ||||
|  | ||||
|             trace!("ACK sent"); | ||||
|  | ||||
|             dst.apply_remote_settings(settings); | ||||
|             streams.apply_remote_settings(settings); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user