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

Comparing AnyEvent-HTTP/Changes (file contents):
Revision 1.68 by root, Sat Feb 19 06:46:14 2011 UTC vs.
Revision 1.73 by root, Thu Jun 30 09:12:39 2011 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: httpbis: $location = URI->new_abs($location, "$scheme://$host:$port$path_query")->as_string; 4TODO: httpbis: $location = URI->new_abs($location, "$scheme://$host:$port$path_query")->as_string;
5
6TODO: set_proxy hook
7TODO: use proxy hook
8 - garbled chunked responses caused AnyEvent::HTTP to malfunction
9 (patch by Dmitri Melikyan).
10
112.12 Tue Jun 14 07:22:54 CEST 2011
12 - fix a possible 'Can't call method "destroyed"' error (which would
13 have been reported by Carl Chambers).
14
152.11 Tue May 10 14:33:28 CEST 2011
16 - the keepalive session cache wouldn't take port and scheme into account
17 when reusing connection - potentially causing information leaks
18 (reported by Nick Kostirya).
19 - bump AnyEvent dependency version (reported by Richard Harris).
20
212.1 Thu Feb 24 13:11:51 CET 2011
22 - the keepalive and persistent parameters were actually named
23 differently in the code - they now work as documented.
24 - fix a bug where callbacks would sometimes never be called when
25 the request timeout is near or below the persistent connection
26 timeout (testcase by Cindy Wang).
27 - destroying the guard would have no effect when a request was
28 recursing or being retired.
5 29
62.04 Sat Feb 19 07:45:24 CET 2011 302.04 Sat Feb 19 07:45:24 CET 2011
7 - "proxy => undef" now overrides any global proxy when specified. 31 - "proxy => undef" now overrides any global proxy when specified.
8 - require scheme in urls, also use a stricter match to match urls, 32 - require scheme in urls, also use a stricter match to match urls,
9 leading or trailing garbage is no longer tolerated. 33 leading or trailing garbage is no longer tolerated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines