This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Description
Lets say set-cookie value is
cookiename=cookievalue; Version=1; Domain=.contoso.com; Path=/; Secure; HttpOnly";
Then it's not parsing to SetcookieHeaderValue in SetcookieHeaderValue.TryParse is returning null.
Version =1 might not be valid as per the spec. But other non-windows servers are sending the cookie like that.
Expected Ignore Version =1 and fill remaining values in SetCookieHeaderValue.