mirror of
				https://github.com/40t/go-sniffer.git
				synced 2025-11-04 19:16:25 +08:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -188,6 +188,9 @@ func (stm *stream) resolve() {
 | 
			
		||||
	for {
 | 
			
		||||
		select {
 | 
			
		||||
		case packet := <- stm.packets:
 | 
			
		||||
			if packet.length == 0 {
 | 
			
		||||
				break
 | 
			
		||||
			}
 | 
			
		||||
			if packet.isClientFlow {
 | 
			
		||||
				stm.resolveClientPacket(packet.payload, packet.seq)
 | 
			
		||||
			} else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user