README in ebb-0.0.2 vs README in ebb-0.0.3

- old
+ new

@@ -72,24 +72,22 @@ Ebb processes uploads before handing it over to the web application. This allows Ebb to continue to process other clients while the upload is in progress. The cliff at 40k here is because Ebb's internal request buffer is set at 40 kilobytes before it writes to file. - ## Contributions - Contributions (patches, criticism, advice) are very welcome! The source code is hosted at [repo.or.cz](http://repo.or.cz/w/ebb.git). It can be retrieved by executing `git clone http://repo.or.cz/r/ebb.git` I intend to keep the C code base very small, so do email me before writing any large additions. Here are some features that I would like to add: - -* Multipart parser -* Streaming responses +* Streaming responses! +* HTTP 1.1 Expect/Continue (RFC 2616, sections 8.2.3 and 10.1.1) +* A parser for multipart/form-data * Optimize and clean up upload handling * Option to listen on unix sockets instead of TCP * Python binding ## (The MIT) License