Skip to content

Commit

Permalink
Refresh
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/ControlTower/trunk@4280 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
jballanc committed Jun 25, 2010
1 parent 55b045c commit fef39d3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions TODO
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)

0 comments on commit fef39d3

Please sign in to comment.