summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-23 05:17:05 -0500
committerChris McDonough <chrism@plope.com>2011-12-23 05:17:05 -0500
commite19af0ccd50b84932aec1aaeaa6f59db009c2038 (patch)
tree53a56faa61573ff181a74c162e4a5a36081aff61 /TODO.txt
parenta09bf5e915de1c3d1a8a4a1f05092325d3a4d273 (diff)
downloadwaitress-e19af0ccd50b84932aec1aaeaa6f59db009c2038.tar.gz
add todo items
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index cf5d5f4..8959d02 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,4 +4,22 @@
- Test on Windows.
-- Functional tests.
+- Content-Length guessing as per PEP.
+
+- 0.0.0.0?
+
+- Fix pipeline tests under 3.X
+
+- Validate chunked encoding.
+
+- add unit test for addResponseHeader.
+
+- Documentation.
+
+- Don't read past Content-Length when sending.
+
+- Figure out what to do when we have less data than Content-Length.
+
+- Knob for explicit https url_scheme.
+
+- Speed tweaking.