React to break change in StringValues
This commit is contained in:
parent
204ab0b860
commit
9c9cf3d314
|
|
@ -87,7 +87,7 @@ namespace Microsoft.AspNet.Authentication.Cookies
|
|||
for (var chunkId = 1; chunkId <= chunksCount; chunkId++)
|
||||
{
|
||||
var chunk = requestCookies[key + "C" + chunkId.ToString(CultureInfo.InvariantCulture)];
|
||||
if (chunk == null)
|
||||
if (chunk.Count == 0)
|
||||
{
|
||||
if (ThrowForPartialCookies)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue