Revision history for Plack-App-Proxy 0.13 02/27/2010 - Added Connect middleware component - Fixed the problem that responses which status code isn't 200 caused freeze on blocking servers - Fixed the leak of $env with perl 5.8.x - Relocated test programs 0.12 02/09/2010 - Fixed the pod syntax - Had tests pass without Plack::Server::AnyEvent 0.11 02/08/2010 - INCOMPATIBLE: the config option 'host' is now renamed to 'remote' - Made sure the code forward compatible with Plack 1.0 - Added a PSGI environment vars support to write middleware - callback options for url/host is deprecated. See the docs how to do that using middleware - Fixed a bug where Location header was rewritten - Added RewriteLocation and AddVia middleware components 0.10 01/29/2010 Fixed the bug which drops QUERY_STRING from the original request. Enabled the Set-Cookies headers in the response. (Any other headers are also enabled. See RFC 2616.) 0.09 01/13/2010 The tests no longer depend on the Google site. 0.08 01/09/2010 Fixed memory leaks for perl 5.8.x. Added more tests. 0.07 01/05/2010 Only use AnyEvent::HTTP for both blocking and non-blocking servers 0.06 01/04/2010 Fixed typo in MANIFEST.SKIP 0.05 01/04/2010 Re-upload with missing changes 0.04 01/04/2010 Added gzip support (hiratara) AnyEvent::HTTP fixes (hiratara) 0.03 12/30/2009 Don't use google.com for tests because of localizations 0.02 12/25/2009 Forgot to include Makefile.PL 0.01 12/22/2009 First version, released on an unsuspecting world.