about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-06 10:19:27 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-06 10:19:27 +0000
commit9ab356d3969779d7f8f4be6579bfa7570c703f21 (patch)
tree759777803454fbd9888862b3d242bf0f40224210 /TODO
parentd2f240d7ea11738ba889668a669ffb7845d06e7b (diff)
downloadrainbows-9ab356d3969779d7f8f4be6579bfa7570c703f21.tar.gz
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 1272515..2421aea 100644
--- a/TODO
+++ b/TODO
@@ -9,10 +9,10 @@ care about.
 * allow _OPTIONAL_ splice(2) with DevFdResponse under Linux
   (splice is very broken under some older kernels)
 
-* use IO#sendfile_nonblock for EventMachine/Rev/Revactor/NeverBlock
+* use IO#sendfile_nonblock for EventMachine/Revactor/NeverBlock
 
-* Open file cache (idea from nginx), since sendfile (and IO.copy_stream)
-  allows pread(2)-style offsets
+* 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