- From: Mark Thomas <markt@apache.org>
- Date: Tue, 10 Dec 2024 16:54:33 +0000
- To: ietf-http-wg@w3.org
Reading through the latest draft it appears that there is an opportunity 
to simplify the grammar a little. The definition of set-cookie doesn't 
appear to be adding anything. i.e.:
    set-cookie        = set-cookie-string
    set-cookie-string = BWS cookie-pair *( BWS ";" OWS cookie-av )
could be
    set-cookie-string = BWS cookie-pair *( BWS ";" OWS cookie-av )
If this seems reasonable, I'm happy to produce a PR for this.
Mark
Received on Tuesday, 10 December 2024 16:56:00 UTC