Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0
-
None
-
None
Description
if (hl->vhost) { /* Store hl pointer in vhost */ void *vp = lws_protocol_vh_priv_zalloc(hl->vhost, &protocols[0], sizeof(hl)); memcpy(vp, &hl, sizeof(hl)); qd_log(hs->log, QD_LOG_NOTICE, "Listening for HTTP on %s", config->host_port); return; } else { qd_log(hs->log, QD_LOG_NOTICE, "Error listening for HTTP on %s", config->host_port); goto error; } return;