فهرست منبع

fix a crash problem of fetching user from a nil request which returned by shadowsocks failed to read IV

aaaaa 6 سال پیش
والد
کامیت
5ab4f5ab9a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      proxy/shadowsocks/server.go

+ 0 - 1
proxy/shadowsocks/server.go

@@ -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)
 	}