Fix proxy for websockets

This commit is contained in:
Bartosz Wieczorek 2025-06-25 19:16:30 +02:00
parent 6747caa56c
commit c1806bc911

View File

@ -70,7 +70,7 @@ class WebSocket {
log(rlevel, "libwesockets: %s", line);
};
lws_set_log_level(LLL_ERR | LLL_WARN, lws_log_emit);
lws_set_log_level(LLL_ERR | LLL_WARN | LLL_NOTICE | LLL_INFO | LLL_DEBUG | LLL_HEADER, lws_log_emit);
memset(&info, 0, sizeof(info));
memset(&ccinfo, 0, sizeof(ccinfo));