--- AnyEvent-HTTP/Changes 2010/12/31 20:31:47 1.48 +++ AnyEvent-HTTP/Changes 2010/12/31 20:50:58 1.49 @@ -8,6 +8,8 @@ - much improved cookie implementation: - add special exception to parse broken expires= keys in set-cookie headers. + - do not quote cookie values when not strictly necessary, to + improve compatibility with broken servers. - lowercase cookie parameter names for improved compatibility. - support the max-age cookie parameter, used if expires is missing. - properly implement cookie expiry.