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 14095a7702c7feec2155e8e1ac9be7968f701140
parent 243cd4e6a0cc579f07de06bcf9d0339808a70a46
Author: Joris Vink <joris@coders.se>
Date:   Fri, 13 Dec 2019 20:30:13 +0100

Revert chunk that snuck in last commit.

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

diff --git a/src/kore.c b/src/kore.c @@ -585,8 +585,6 @@ kore_listener_init(struct listener *l, int family, const char *ccb) fatal("unknown address family %d", family); } - l->host = NULL; - l->port = NULL; l->family = family; if ((l->fd = socket(family, SOCK_STREAM, 0)) == -1) {