about summary refs log tree commit homepage
path: root/DESIGN
diff options
context:
space:
mode:
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN4
1 files changed, 2 insertions, 2 deletions
diff --git a/DESIGN b/DESIGN
index 3543d9e..6be86be 100644
--- a/DESIGN
+++ b/DESIGN
@@ -11,8 +11,8 @@
   only non-Ruby part and there are no plans to add any more
   non-Ruby components.
 
-* All HTTP protocol parsing and I/O is done just like Mongrel:
-    1. read/parse HTTP request in full
+* All HTTP protocol parsing and I/O is done much like Mongrel:
+    1. read/parse HTTP request headers in full
     2. call Rack application
     3. write HTTP response back to the client