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 4503b4756b3156468cbc0250bf50964e2a04b29c
parent c83abd5afb4c0fc066a01e0ff81c66d9f363bc6b
Author: Joris Vink <joris@coders.se>
Date:   Sat, 13 Feb 2016 15:38:00 +0100

remove lies.

Diffstat:
examples/parameters/src/parameters.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/examples/parameters/src/parameters.c b/examples/parameters/src/parameters.c @@ -48,9 +48,6 @@ page(struct http_request *req) * In this scenario, lets grab it both as an actual string and * as an u_int16_t (unsigned short). * - * If you grab it as a string, you can immediately ask for - * the correct length as well, excluding the NUL terminator. - * * When trying to obtain a parameter as something else then * a string, Kore will automatically check if the value fits * in said data type.