fix name change in server tests (#213)
This commit is contained in:
		
				
					committed by
					
						 Carl Lerche
						Carl Lerche
					
				
			
			
				
	
			
			
			
						parent
						
							3cbc158210
						
					
				
				
					commit
					6f7b826b0a
				
			| @@ -230,7 +230,7 @@ fn sends_reset_cancel_when_res_body_is_dropped() { | |||||||
|         .recv_frame(frames::reset(3).cancel()) |         .recv_frame(frames::reset(3).cancel()) | ||||||
|         .close(); |         .close(); | ||||||
|  |  | ||||||
|     let srv = Server::handshake(io).expect("handshake").and_then(|srv| { |     let srv = server::handshake(io).expect("handshake").and_then(|srv| { | ||||||
|         srv.into_future().unwrap().and_then(|(reqstream, srv)| { |         srv.into_future().unwrap().and_then(|(reqstream, srv)| { | ||||||
|             let (req, mut stream) = reqstream.unwrap(); |             let (req, mut stream) = reqstream.unwrap(); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user