Fix cookie handling (bug#29282)
commitcaa39f495c0783dac2d5701100db83ea10f126c0
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 13 Nov 2017 23:56:26 +0000 (13 23:56 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 13 Nov 2017 23:56:26 +0000 (13 23:56 +0000)
tree01e684afdf4fbc64a4de70cf8390d47e208e2ae2
parent93304e31159ac4e123b26349429cdce0fbd23685
Fix cookie handling (bug#29282)

* lisp/url/url-cookie.el (url-cookie-handle-set-cookie):
Regard a Set-Cookie header as it contains a single cookie;
prefer Max-Age to Expires and convert it to Expires;
remove support for old time string styles (bug#29282).
lisp/url/url-cookie.el