about summary refs log tree commit homepage
path: root/DESIGN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-17 00:07:42 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-17 00:13:54 -0700
commit4e81d6f2e2a6a6b3de15bbd0e08992dd4630fa4b (patch)
tree9423943d84445e9383d74b105488571337731cd0 /DESIGN
parent12d9161f33e98331552a8a767c4fc11ab741cc5a (diff)
downloadunicorn-4e81d6f2e2a6a6b3de15bbd0e08992dd4630fa4b.tar.gz
* Documented Unicorn::HttpParser API methods

* Keep GPL2 (COPYING) as-is without RDoc formatting.

* The auto-generated index.html is stupid, replace it with
  README which looks saner.
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