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