mirror of
				https://github.com/v2fly/v2ray-core.git
				synced 2025-11-04 03:39:24 +00:00 
			
		
		
		
	remove unnecessary function call
This commit is contained in:
		
							parent
							
								
									3005526e32
								
							
						
					
					
						commit
						948c86e5c5
					
				@ -153,8 +153,6 @@ func (v *VMessInboundHandler) HandleConnection(connection internet.Connection) {
 | 
			
		||||
	request, err := session.DecodeRequestHeader(reader)
 | 
			
		||||
	v.RUnlock()
 | 
			
		||||
 | 
			
		||||
	connection.SetReusable(request.Option.Has(protocol.RequestOptionConnectionReuse))
 | 
			
		||||
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		if errors.Cause(err) != io.EOF {
 | 
			
		||||
			log.Access(connection.RemoteAddr(), "", log.AccessRejected, err)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user