about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 17 insertions, 5 deletions
diff --git a/TODO b/TODO
index 527f6fb..085ef70 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,17 @@
-tests for timeouts
-Performance
-QA behaviour on 1.9
-X Make sure Echoe doesn't activate itself in packaged gems
-Optimize Rack's dispatcher http://github.com/chneukirchen/rack/blob/cf040ea68a6a60a11f484a2145d2e62c34e7487e/lib/rack/urlmap.rb
+== 1.0.0
+
+  * integration tests with nginx including bad client handling
+
+  * manpages (why do so few Ruby executables come with proper manpages?)
+
+== 1.1.0
+
+  * Transfer-Encoding: chunked request handling.  Testcase:
+
+      curl -T- http://host:port/path < file_from_stdin
+
+  * code cleanups (launchers)
+
+  * Pure Ruby HTTP parser
+
+  * Rubinius support?