about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 5 insertions, 13 deletions
diff --git a/TODO b/TODO
index 085ef70..df0d06e 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,9 @@
-== 1.0.0
+* integration tests with nginx including bad client handling
 
-  * integration tests with nginx including bad client handling
+* manpages (why do so few Ruby executables come with proper manpages?)
 
-  * manpages (why do so few Ruby executables come with proper manpages?)
+* code cleanups (launchers)
 
-== 1.1.0
+* Pure Ruby HTTP parser
 
-  * Transfer-Encoding: chunked request handling.  Testcase:
-
-      curl -T- http://host:port/path < file_from_stdin
-
-  * code cleanups (launchers)
-
-  * Pure Ruby HTTP parser
-
-  * Rubinius support?
+* Rubinius support