Let server_set_cookie() accept quoted expiration dates.
authorFabian Keil <fk@fabiankeil.de>
Fri, 25 Dec 2009 11:39:26 +0000 (11:39 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 25 Dec 2009 11:39:26 +0000 (11:39 +0000)
commit152d9977e2edca78c6498b488f4d53adcc9c74fa
treece673f69c1beec3d7a184649c141da83fa08fb0d
parente6d7a82ed9f02a9d72335d61461670a60fa792b7
Let server_set_cookie() accept quoted expiration dates.

The way I interpret RFC 2109 10.1.2, server's aren't
actually supposed to quote the expiration date,
but some do it anyway.

Fixes #2920829, reported anonymously.
parsers.c