add websocket support and more onto TODO list

This commit is contained in:
Joris Vink 2013-07-06 04:29:24 +02:00
parent 886c3920db
commit 1c8cfff1a9
1 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,13 @@
Auxiliary library framework
Ability to load one module per domain
GET arguments (only POST supported)
POST multiform/form-data support
High prio
- GET arguments (only POST supported)
- POST multiform/form-data support
Med prio
- Websocket support (websocket page handlers)
- GOAWAY for SPDY connections that have been idle too long
Low prio
- Auxiliary library framework
- Ability to load one module per domain
- GET arguments (only POST supported)
- POST multiform/form-data support