mirror of
				https://gitea.invidious.io/iv-org/litespeed-quic.git
				synced 2024-08-15 00:53:43 +00:00 
			
		
		
		
	m) fix: handshake may failed if client send too many early data (#352)
Co-authored-by: wangfuyu <ivanfywang@gmail.com>
This commit is contained in:
		
							parent
							
								
									f07b3eae43
								
							
						
					
					
						commit
						d190ae8e66
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1853,8 +1853,10 @@ mini_conn_ci_packet_in (struct lsquic_conn *lconn,
 | 
			
		|||
        process_deferred_packets(mc);
 | 
			
		||||
    }
 | 
			
		||||
    else
 | 
			
		||||
        LSQ_DEBUG("won't defer more than %u packets: drop",
 | 
			
		||||
                                                MINI_CONN_MAX_DEFERRED);
 | 
			
		||||
    {
 | 
			
		||||
        process_packet(mc, packet_in);
 | 
			
		||||
        process_deferred_packets(mc);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue