--- AnyEvent-HTTP/Changes 2010/12/31 20:31:47 1.48 +++ AnyEvent-HTTP/Changes 2011/01/01 19:13:41 1.52 @@ -5,9 +5,15 @@ TODO: download example - hopefully fully upgraded to HTTP/1.1. + - use more differentiated status 59x codes. + - ignore leading zeroes in http version. - 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. + - accept and send lots of invalid cookie values exactly as + they were received - this should not impact valid values. - lowercase cookie parameter names for improved compatibility. - support the max-age cookie parameter, used if expires is missing. - properly implement cookie expiry.