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

Comparing AnyEvent-HTTP/Changes (file contents):
Revision 1.48 by root, Fri Dec 31 20:31:47 2010 UTC vs.
Revision 1.49 by root, Fri Dec 31 20:50:58 2010 UTC

6 6
7 - hopefully fully upgraded to HTTP/1.1. 7 - hopefully fully upgraded to HTTP/1.1.
8 - much improved cookie implementation: 8 - much improved cookie implementation:
9 - add special exception to parse broken expires= keys in 9 - add special exception to parse broken expires= keys in
10 set-cookie headers. 10 set-cookie headers.
11 - do not quote cookie values when not strictly necessary, to
12 improve compatibility with broken servers.
11 - lowercase cookie parameter names for improved compatibility. 13 - lowercase cookie parameter names for improved compatibility.
12 - support the max-age cookie parameter, used if expires is missing. 14 - support the max-age cookie parameter, used if expires is missing.
13 - properly implement cookie expiry. 15 - properly implement cookie expiry.
14 - support cookie dates in parse_date. 16 - support cookie dates in parse_date.
15 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines