瀏覽代碼

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