about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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