mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	properly terminate interrupted TCP connection. fixes #8685
This commit is contained in:
		
							parent
							
								
									2f45d5c615
								
							
						
					
					
						commit
						438554e1ab
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -583,11 +583,8 @@ namespace net_utils
 | 
			
		|||
            break;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      else if (ec.value())
 | 
			
		||||
        terminate();
 | 
			
		||||
      else {
 | 
			
		||||
        cancel_timer();
 | 
			
		||||
        on_interrupted();
 | 
			
		||||
        terminate();
 | 
			
		||||
      }
 | 
			
		||||
    };
 | 
			
		||||
    m_strand.post(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue