-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.macosforge.org/repository/ruby/ControlTower/trunk@4280 23306eb0-4c56-4727-a40e-e92c0eb68959
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
For 0.1: | ||
|
||
[ ] Logging! | ||
[ ] An ASL-based Logger class | ||
[ ] Request logging (e.g. appache_access.log) | ||
[ ] Error logging (e.g. appache_error.log) | ||
[ ] An ASL-based Logger class (?) | ||
[ ] Request logging (maybe? this is also handled by Rack::CommonLogger) | ||
[ ] Debug logging | ||
[ ] Benchmark logging | ||
[ ] Testing! | ||
[ ] Parser test cases | ||
[ ] GET test cases | ||
[ ] POST test cases | ||
[ ] Concurrency testing | ||
[ ] Handle broken request pipes | ||
[ ] Don't reset peer connections | ||
[ ] Handle multibyte characters in headers | ||
[ ] Improve body loading | ||
[ ] Fully-async file upload | ||
[ ] Handle EMFILE error condition | ||
[ ] Be smarter about using Tempfiles vs StringIO for request body | ||
[X] Handle broken request pipes | ||
[X] Don't reset peer connections | ||
[X] Handle multibyte characters in headers | ||
[X] Improve body loading | ||
[X] Be smarter about using Tempfiles vs StringIO for request body | ||
|
||
For beyond: | ||
[ ] Daemonizable! | ||
[ ] Accept local requests only | ||
[ ] Keep alive (this one is tough...probably post 1.0) |