Simplify cookie header field grammar in 6265bis

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