about summary refs log tree commit homepage
path: root/DESIGN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-22 17:57:03 -0700
committerEric Wong <normalperson@yhbt.net>2011-03-22 17:57:03 -0700
commit9de69c47e0a261bc88ca40e03562b7324baaf0cf (patch)
tree41aeaaa3b576d75f6670a35dc669a8b71e9f88c8 /DESIGN
parent5da78214be9518879ee96345d8184913853fe890 (diff)
downloadunicorn-9de69c47e0a261bc88ca40e03562b7324baaf0cf.tar.gz
"P" in HTTP is already "protocol"
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index 1d195c7..eb9fbea 100644
--- a/DESIGN
+++ b/DESIGN
@@ -11,7 +11,7 @@
   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 much like Mongrel:
+* All HTTP 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