Added: ControlTower/branches/gcd-ify/TODO (0 => 3984)
--- ControlTower/branches/gcd-ify/TODO (rev 0)
+++ ControlTower/branches/gcd-ify/TODO 2010-04-30 09:57:20 UTC (rev 3984)
@@ -0,0 +1,20 @@
+For 0.1:
+
+[ ] Logging!
+ [ ] An ASL-based Logger class
+ [ ] Request logging (e.g. appache_access.log)
+ [ ] Error logging (e.g. appache_error.log)
+ [ ] Debug logging
+[ ] Testing!
+ [ ] Parser test cases
+ [ ] GET test cases
+ [ ] POST test cases
+ [ ] Concurrency testing
+[ ] Handle broken request pipes
+[ ] Don't reset peer connections
+[ ] Protect against malformed Content-Length in headers
+
+For future:
+
+[ ] Improve body loading
+[ ] Fully-async file upload