django / asgiref

ASGI specification and utilities
https://asgi.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.46k stars 207 forks source link

Rewrite section of HTTP spec re Cookie headers #421

Closed LucidDan closed 10 months ago

LucidDan commented 10 months ago

Provide some additional context regarding Cookie and Set-Cookie, in regards to how it behaves differently on HTTP/2.

Also note clearly that '; ' is the delimiter for Cookie, not comma.

Fixes #420

andrewgodwin commented 10 months ago

Thanks!