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 b98c6884291368b92a9f4485fb2ba3b7e94413cb
parent 2cc4505c8ca6ebe06667e49af3c8fad5d4a19554
Author: Joris Vink <joris@coders.se>
Date:   Thu,  2 May 2013 04:44:52 +0200

remove debug

Diffstat:
src/http.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/http.c b/src/http.c @@ -280,7 +280,6 @@ http_header_recv(struct netbuf *nb) v = kore_split_string(headers[0], " ", request, 4); if (v != 3) { - kore_log("%s -> %s", headers[i], p); free(hbuf); return (KORE_RESULT_ERROR); }