Revision history for AnyEvent-Mojo 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