Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Geth cro-http: vrurg++ created pull request #199:
Fix cases where cookie may have duplicate parameters
01:05
Geth cro-http: 73d82396c0 | (Vadim Belman)++ | lib/Cro/HTTP/Cookie.pm6
Fix cases where cookie may have duplicate parameters

This is a real-life case where dumb ASP.NET software managed to set two conflicting values for `SameSite` parameter. Such situation causes Cro::HTTP::Cookie to die.
According to RFC 6265bis specs (or, at least, according to how ChatGPT ... (5 more lines)
07:43
cro-http: 809847df60 | (Patrick Böker)++ (committed using GitHub Web editor) | lib/Cro/HTTP/Cookie.pm6
Merge pull request #199 from vrurg/cookie-multi-param-fix

Fix cases where cookie may have duplicate parameters