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 6a35a8a455a520560f1f9891744537ad4562b786
parent da8d1800bf4129462394418f2936f4f6b7d93b22
Author: Joris Vink <joris@coders.se>
Date:   Tue,  3 Apr 2018 10:57:40 +0200

remove dead code.

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

diff --git a/src/http.c b/src/http.c @@ -694,8 +694,6 @@ http_header_recv(struct netbuf *nb) http_error_response(req->owner, 500); return (KORE_RESULT_OK); } - } else { - http_error_response(req->owner, 500); } }