ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-HTTP/Changes
(Generate patch)

Comparing AnyEvent-HTTP/Changes (file contents):
Revision 1.53 by root, Sat Jan 1 21:51:22 2011 UTC vs.
Revision 1.54 by root, Sun Jan 2 04:50:40 2011 UTC

17 - accept and send lots of invalid cookie values exactly as 17 - accept and send lots of invalid cookie values exactly as
18 they were received - this should not impact valid values. 18 they were received - this should not impact valid values.
19 - lowercase cookie parameter names for improved compatibility. 19 - lowercase cookie parameter names for improved compatibility.
20 - support the max-age cookie parameter, used if expires is missing. 20 - support the max-age cookie parameter, used if expires is missing.
21 - support cookie dates (and a few others) in parse_date. 21 - support cookie dates (and a few others) in parse_date.
22 - suppoer value-less parameters (e.g. secure, httponly).
22 23
231.5 Fri Dec 31 04:47:08 CET 2010 241.5 Fri Dec 31 04:47:08 CET 2010
24 - bugfix: after headers were received, if any error occured the wrong 25 - bugfix: after headers were received, if any error occured the wrong
25 (server-sent) Status and Reason fields would be passed to the callback. 26 (server-sent) Status and Reason fields would be passed to the callback.
26 - when an error occurs during transfer, preserve status/reason. 27 - when an error occurs during transfer, preserve status/reason.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines