summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-23 04:50:57 -0500
committerChris McDonough <chrism@plope.com>2011-12-23 04:50:57 -0500
commitd7af40ba31275bf20b5327129c13bb54ed5ab1a5 (patch)
tree29da6724bd273e787f33fa65929dd92636c0b94a /TODO.txt
parent30d58d8a1cea2bdc2cb9b3f238970f5312496a47 (diff)
downloadwaitress-d7af40ba31275bf20b5327129c13bb54ed5ab1a5.tar.gz
add functional tests, fix crap under py3, rejigger task to not be so broken
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 0000000..cf5d5f4
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,7 @@
+- Expose more adjustments to serve().
+
+- Expect/Continue support for HTTP/1.1.
+
+- Test on Windows.
+
+- Functional tests.