--- AnyEvent-HTTP/Changes 2011/01/02 20:57:03 1.58 +++ AnyEvent-HTTP/Changes 2011/01/04 08:17:59 1.59 @@ -3,8 +3,12 @@ TODO: provide lwp_request function that takes an lwp http requets and returns a http response. TODO: download example +2.0 Tue Jan 4 09:16:56 CET 2011 - hopefully fully upgraded to HTTP/1.1. + - support HTTP/1.1 persistent and HTTP/1.0 keep-alive connections. + - drop https-proxy-connection support. seems unused and ill-specified. - use more differentiated status 59x codes. + - properly use url hostname to verify server certificate. - much improved cookie implementation: - properly implement cookie expiry (for new cookies). - new function to expire cookies and sessions: cookie_jar_expire.