about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 6 insertions, 13 deletions
diff --git a/TODO b/TODO
index 085ef70..66a9c5e 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,10 @@
-== 1.0.0
+* Documentation improvements
 
-  * integration tests with nginx including bad client handling
+* ensure test suite passes on non-GNU/Linux systems
+  (likely that it already does)
 
-  * manpages (why do so few Ruby executables come with proper manpages?)
+* fix const-correctness in HTTP parser
 
-== 1.1.0
+* performance validation (esp. TeeInput)
 
-  * Transfer-Encoding: chunked request handling.  Testcase:
-
-      curl -T- http://host:port/path < file_from_stdin
-
-  * code cleanups (launchers)
-
-  * Pure Ruby HTTP parser
-
-  * Rubinius support?
+* improve test suite (steal from Rainbows!, probably...)