about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-02 22:28:38 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-02 22:28:38 +0000
commite3fec9aef4ad98f4de32fcaf02665f2e47a4a61c (patch)
tree9eba11a3e4e4213d9d282263d7efcbef2964d0d2 /TODO
parent41d9de49f9adf49b50b034ece6ea5a58688a6cce (diff)
downloadrainbows-e3fec9aef4ad98f4de32fcaf02665f2e47a4a61c.tar.gz
We've knocked out a few of these, so we're closer to being
"done" :)
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 3133ba6..0ab8ed2 100644
--- a/TODO
+++ b/TODO
@@ -11,13 +11,11 @@ care about.
 * allow _OPTIONAL_ splice(2) with DevFdResponse under Linux
   (splice is very broken under some older kernels)
 
-* use IO#sendfile_nonblock for EventMachine/Revactor/NeverBlock
+* use IO#sendfile_nonblock for EventMachine/NeverBlock
 
 * Open file cache Rack app/middleware (idea from nginx), since sendfile
   (and IO.copy_stream) allows pread(2)-style offsets
 
-* Byte range responses for static files + sendfile
-
 * Improve test suite coverage.  We won't waste cycles with puny
   unit tests, only integration tests that exercise externally
   visible parts.
@@ -36,7 +34,4 @@ care about.
 
 * Packet - pure Ruby, EventMachine-like library
 
-* Rubinius Actors - should be like Revactor and easily doable once
-  Rubinius gets more mature.
-
 * test and improve performance (throughput/latency/memory usage)