aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-03-15 14:52:17 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-03-15 14:52:17 -0400
commitfe8484fd13f16bed47ae779e34b46d6be5b8bf11 (patch)
tree07e34b4be8673c2ab2d0c812e3ba5acc13a6017e /lib
parent8ab5640f77877939f7b423d3bffb5dba4643685d (diff)
Add description, remove old version tags
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins.Essentials/src/Endpoints/UnprotectedWebEndpoint.cs5
-rw-r--r--lib/WinRpMalloc/src/package.json2
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/Plugins.Essentials/src/Endpoints/UnprotectedWebEndpoint.cs b/lib/Plugins.Essentials/src/Endpoints/UnprotectedWebEndpoint.cs
index cc923c7..7a4364b 100644
--- a/lib/Plugins.Essentials/src/Endpoints/UnprotectedWebEndpoint.cs
+++ b/lib/Plugins.Essentials/src/Endpoints/UnprotectedWebEndpoint.cs
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2022 Vaughn Nugent
+* Copyright (c) 2023 Vaughn Nugent
*
* Library: VNLib
* Package: VNLib.Plugins.Essentials
@@ -35,8 +35,7 @@ namespace VNLib.Plugins.Essentials.Endpoints
///<inheritdoc/>
protected override ERRNO PreProccess(HttpEntity entity)
{
- return base.PreProccess(entity)
- && (!entity.Session.IsSet || entity.Session.SessionType == Sessions.SessionType.Web);
+ return base.PreProccess(entity) && entity.Session.IsSet && entity.Session.SessionType == Sessions.SessionType.Web;
}
}
} \ No newline at end of file
diff --git a/lib/WinRpMalloc/src/package.json b/lib/WinRpMalloc/src/package.json
index d55eeae..5717014 100644
--- a/lib/WinRpMalloc/src/package.json
+++ b/lib/WinRpMalloc/src/package.json
@@ -1,5 +1,5 @@
{
- "Description": "A project to maintain a Windows dll for RpMalloc by Mattias Jansson with some basic defaults for .NET loading",
+ "Description": "A project to maintain an x64 Windows dll for RpMalloc by Mattias Jansson with some basic defaults for .NET loading",
"Authors": "Vaughn Nugent",
"Copyright": "Copyright &copy; 2023 Vaughn Nugent",
"Version": "0.1.1",