|  | @@ -63,7 +63,7 @@ func (v *Client) Process(ctx context.Context, outboundRay ray.OutboundRay, diale
 | 
											
												
													
														|  |  	if err != nil {
 |  |  	if err != nil {
 | 
											
												
													
														|  |  		return newError("failed to find an available destination").AtWarning().Base(err)
 |  |  		return newError("failed to find an available destination").AtWarning().Base(err)
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  | -	newError("tunneling request to ", destination, " via ", server.Destination()).WriteToLog()
 |  | 
 | 
											
												
													
														|  | 
 |  | +	newError("tunneling request to ", destination, " via ", server.Destination()).WithContext(ctx).WriteToLog()
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	defer conn.Close()
 |  |  	defer conn.Close()
 | 
											
												
													
														|  |  
 |  |  
 |