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

Comparing AnyEvent-HTTP/Changes (file contents):
Revision 1.85 by root, Fri May 8 21:26:16 2015 UTC vs.
Revision 1.86 by root, Thu May 14 02:04:35 2015 UTC

1Revision history for AnyEvent::HTTP 1Revision history for AnyEvent::HTTP
2 2
3TODO: provide lwp_request function that takes an lwp http requets and returns a http response. 3TODO: provide lwp_request function that takes an lwp http requets and returns a http response.
4TODO: set_proxy hook 4TODO: set_proxy hook
5TODO: use proxy hook 5TODO: use proxy hook
6TODO: ip6 literals in url
7TODO: maybe read big chunks in smaller portions for chunked-encoding + on_body. 6TODO: maybe read big chunks in smaller portions for chunked-encoding + on_body.
8TODL: on_upgrade, for 101 responses? 7TODO: on_upgrade, for 101 responses?
9TODO: document session vs. sessionid correctly. 8TODO: document session vs. sessionid correctly.
10TODO: support proxy username:password in both proxy switch and set_proxy string (dzagashev@gmail.com) 9TODO: support proxy username:password in both proxy switch and set_proxy string (dzagashev@gmail.com)
11TODO: remove "unexpectedly got a destructed handle" 10TODO: remove "unexpectedly got a destructed handle"
12 11
13TODO: callback as body (Kostirya) 12TODO: callback as body (Kostirya)
14TODO: infinite recursion (Kostirya) 13TODO: infinite recursion(?) (Kostirya)
15 14
152.22 Thu May 14 04:04:03 CEST 2015
16 - ipv6 literals were not correctly parsed (analyzed by Raphael Geissert). 16 - ipv6 literals were not correctly parsed (analyzed by Raphael Geissert).
17 - delete the body when mutating request to GET request when 17 - delete the body when mutating request to GET request when
18 redirecting (reported by joe trader). 18 redirecting (reported by joe trader).
19 - send proxy-authorization header to proxy when using CONNECT 19 - send proxy-authorization header to proxy when using CONNECT
20 (reported by dzagashev@gmail.com). 20 (reported by dzagashev@gmail.com).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines