Revision history for AnyEvent-Mojo 0.8003 Sat Oct 10 17:05:18 UTC 2009 - Disable the HTTP proxy some CPAN testers use: connections are for 127.0.0.1! - Improve test log messages 0.8002 Sat Oct 10 12:15:29 UTC 2009 - Improve test messages to figure out CPAN Testers failures - Remove extra debug from ::Connection 0.8001 Sun Oct 4 14:12:23 UTC 2009 - Fixed RT #46595 (reported by JWRIGHT) 0.8 Sun Oct 4 14:08:49 UTC 2009 - Rewrote Connection to support latest Mojo with Pipeline support - Move all AnyEvent stuff to server, Connection is AnyEvent-free - resume() method is disabled for now: need to workaround Mojo - started using Dist::Zilla to manage this distribution 0.6002 Tue Nov 18 16:52:52 WET 2008 - D'oh: fix pause/resume and timeouts 0.6001 Thu Nov 6 16:11:23 WET 2008 - Don't close the socket, it might be too soon 0.6 Thu Nov 6 15:27:32 WET 2008 - New functional interface to AnyEvent::Mojo, mojo_server() - Updated server docs - Renamed AnyEvent::Mojo to AnyEvent::Mojo::Server - refactor test code 0.5 Tue Nov 4 11:19:10 WET 2008 - Added pause()/resume() methods to our Connection class - Remove the dependency on Mojo 0.7 - Fix: Latest Mojo::Base no longer accepts multiple argumets on attributes - Fix Content-Length handling 0.4 Mon Oct 27 08:26:37 WET 2008 - Brown-paper-bag mistake: wrong Mojo version required 0.3 Sun Oct 26 20:38:44 WET 2008 - Move the test server, MyTestServer, to a tlib directory - Cope with Mojo 0.07 0.2 Sat Oct 25 13:31:38 WEST 2008 - Added support for keep-alive requests to Connection - Make sure we don't die on SIGPIPE's - The startup banner is printed after the sucessful startup of the server now - Default timeout reduced to 5 seconds - Added stop() method to stop a server - Improve documentation and tests 0.1 Tue Oct 21 18:00:03 WEST 2008 - First working version - Supports HTTP/1.1 without keep-alive