--- AnyEvent-HTTP/Changes 2016/01/07 13:14:16 1.87 +++ AnyEvent-HTTP/Changes 2016/11/26 03:45:33 1.89 @@ -13,6 +13,16 @@ TODO: infinite recursion(?) (Kostirya) TODO: default rbuf_max value maybe? how about reading large chunks in small parts? +2.24 + - do not call on_body callback on a response that AE::HTTP will recurse + on internally (reported by Антон Онуфриев and Ruslan Zakirov). + +2.23 Sun Aug 28 11:30:33 CEST 2016 + - relative redirects used the proxy schema instead of the request + url schema to generate the new url, which is wrong (analyzed by Felix + Ostmann). + - fix download example (reported by Felix Ostmann). + 2.22 Thu May 14 04:04:03 CEST 2015 - ipv6 literals were not correctly parsed (analyzed by Raphael Geissert). - delete the body when mutating request to GET request when