kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 19a05b0768a51d217d492663e46417a1be8a0f55
parent ea0d314bd9f243bca606696354769acbac795993
Author: Joris Vink <joris@coders.se>
Date:   Tue, 16 Jul 2013 09:49:26 +0200

Remove stuff that was done

Diffstat:
docs/TODO | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/docs/TODO b/docs/TODO @@ -1,11 +1,9 @@ Kore TODO list =============== -- Relay proper SPDY stream/protocol errors back to client. - Websocket support. - GET arguments (only POST supported). - POST multiform/form-data support. -- GOAWAY for SPDY connections that have been idle too long. - Auxiliary library framework. - Provide more API functions for generic stuff such as session handler, page building, etc etc.