about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-06-07 13:28:25 -0700
committerEric Wong <normalperson@yhbt.net>2009-06-07 13:28:25 -0700
commitf3e1cd9b7728b85f346d5588268066c9ef9d3cf3 (patch)
treef42d9a064d1f37b7a87a3a0a0e24b79c584d8a60 /TODO
parent67c2b02fdb4a863f1a7934b2c907b6d11c236f75 (diff)
downloadunicorn-f3e1cd9b7728b85f346d5588268066c9ef9d3cf3.tar.gz
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 10 insertions, 10 deletions
diff --git a/TODO b/TODO
index 085ef70..2d5a8c1 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,17 @@
-== 1.0.0
+* "Trailers:" support with TE:chunked requests
 
-  * integration tests with nginx including bad client handling
+* Handling of "Expect: 100-continue" header to speed up "curl -T"
 
-  * manpages (why do so few Ruby executables come with proper manpages?)
+* Support HTTP/1.1 keepalive if (and probably only if) pipelining.
+  We can do this by testing readability of socket immediately after
+  the response is written.
 
-== 1.1.0
+* integration tests with nginx including bad client handling
 
-  * Transfer-Encoding: chunked request handling.  Testcase:
+* manpages (why do so few Ruby executables come with proper manpages?)
 
-      curl -T- http://host:port/path < file_from_stdin
+* code cleanups (launchers)
 
-  * code cleanups (launchers)
+* Pure Ruby HTTP parser
 
-  * Pure Ruby HTTP parser
-
-  * Rubinius support?
+* Rubinius support