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 d0e46adfb1a1ecebc1ac7db69ec3e5b12d87f6a3
parent 46375303cb94e1b209216ab1bec90b0b01aba555
Author: Joris Vink <joris@coders.se>
Date:   Fri, 27 Sep 2019 20:08:16 +0200

kill norwegian debug

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

diff --git a/src/kore.c b/src/kore.c @@ -349,8 +349,6 @@ kore_tls_sni_cb(SSL *ssl, int *ad, void *arg) sname = SSL_get_servername(ssl, TLSEXT_NAMETYPE_host_name); kore_debug("kore_tls_sni_cb(): received host %s", sname); - printf("looking for %s in %s\n", sname, c->owner->server->name); - if (sname != NULL && (dom = kore_domain_lookup(c->owner->server, sname)) != NULL) { if (dom->ssl_ctx == NULL) {