1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-18 06:05:39 -05:00

Merge pull request #1850 from yuanmomo/master

fix a crash problem
This commit is contained in:
Kslr
2019-08-20 09:50:29 +08:00
committed by GitHub

View File

@@ -164,7 +164,6 @@ func (s *Server) handleConnection(ctx context.Context, conn internet.Connection,
To: "",
Status: log.AccessRejected,
Reason: err,
Email: request.User.Email,
})
return newError("failed to create request from: ", conn.RemoteAddr()).Base(err)
}