summaryrefslogtreecommitdiff
path: root/TODO.txt
blob: c99e65ca9a9f606af34e443b4a8714f218b39dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- Expose more adjustments to serve().

- Test on Windows.

- Content-Length guessing as per PEP.

- 0.0.0.0 / IPv6.

- 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.

- Speed tweaking.

- Coverage.

- Waitress Version number in header.

- Put maintenance check on server rather than channel to avoid DOS.

- Ensure upload streams can not exceed a maximum size.