summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-02 04:30:50 -0500
committerChris McDonough <chrism@plope.com>2012-01-02 04:30:50 -0500
commit0475bf347945223636c512c59dc370637be2d51c (patch)
tree97aec045e0d31eec0475dda9aa490c35ed357406 /TODO.txt
parentc4c93020af966f282449d75c332e67c148e41dc5 (diff)
downloadwaitress-0475bf347945223636c512c59dc370637be2d51c.tar.gz
Features
~~~~~~~~ - Dont hang a thread up trying to send data to slow clients. - Use self.logger to log socket errors instead of self.log_info (normalize). - Remove pointless handle_error method from channel. - Queue requests instead of tasks in a channel. Bug Fixes ~~~~~~~~~ - Expect: 100-continue responses were broken.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 90e1f39..607538f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,10 +2,6 @@
- Speed tweaking.
-- Waitress version number in header.
-
-- Test paste server runner on windows.
-
- Anticipate multivalue and single-value-only headers in request headers in
parser.py.
@@ -13,7 +9,5 @@
- Complex pipelining functests (with intermediate connection: close).
-- Get rid of overflowable inbuf.
-
- Killthreads support.