aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
960 stars 331 forks source link

Handle mismatched cookie chunk counts #463

Closed Tratcher closed 2 years ago

Tratcher commented 2 years ago

Backporting this fix from AspNetCore. Some of the cookie chunks may be missing so we don't need to allocate space for or create delete cookies for cookies that we didn't receive.