From dbf5ad7ee068fcca5c178a4dd0517c2a2ced1d9a Mon Sep 17 00:00:00 2001 From: Chip Beauvais Date: Fri, 25 May 2018 10:57:56 -0400 Subject: [PATCH] Allow client keys to be compared in a case-insensitive manner. Default is still case-sensitive. --- WebApiThrottle.Tests/WebApiThrottle.Tests.csproj | 3 +++ WebApiThrottle/ThrottlePolicy.cs | 2 ++ WebApiThrottle/ThrottlingCore.cs | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/WebApiThrottle.Tests/WebApiThrottle.Tests.csproj b/WebApiThrottle.Tests/WebApiThrottle.Tests.csproj index c54f60d..17c1164 100644 --- a/WebApiThrottle.Tests/WebApiThrottle.Tests.csproj +++ b/WebApiThrottle.Tests/WebApiThrottle.Tests.csproj @@ -68,6 +68,9 @@ WebApiThrottle.StrongName + + +