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 77adb35193619a5410a5d3c17e691a977e38db0f
parent db4f6cf01fd48530140f03276b87c8767f25dfa9
Author: Joris Vink <joris@coders.se>
Date:   Mon,  1 Aug 2016 09:25:56 +0200

JSONRPC requires HTTP, let users figure that out the hard way.

Diffstat:
Makefile | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -30,9 +30,6 @@ endif ifneq ("$(NOHTTP)", "") CFLAGS+=-DKORE_NO_HTTP - ifneq ("$(JSONRPC)", "") - $(error "JSONRPC support needs HTTP") - endif else S_SRC+= src/auth.c src/accesslog.c src/http.c \ src/validator.c src/websocket.c