diff --git a/lib/nodes/websocket.c b/lib/nodes/websocket.c index a3659e205..af79b7a3c 100644 --- a/lib/nodes/websocket.c +++ b/lib/nodes/websocket.c @@ -397,6 +397,8 @@ char * websocket_print(struct node *n) char *buf = NULL; + buf = strcatf(&buf, "dests="); + list_foreach(struct lws_client_connect_info *in, &w->destinations) { buf = strcatf(&buf, "%s://%s:%d/%s", in->ssl_connection ? "https" : "http",