From 1c8cfff1a9e67affbe33d5ca0b7f656a65198705 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 6 Jul 2013 04:29:24 +0200 Subject: [PATCH] add websocket support and more onto TODO list --- docs/TODO | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/TODO b/docs/TODO index 1722cd2..0383d73 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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