bwi/v2.3.0 #29
@ -107,7 +107,9 @@ class WebSocket {
|
|||||||
// Set environment variable for libwebsockets to pick up
|
// Set environment variable for libwebsockets to pick up
|
||||||
|
|
||||||
log(LogLevel::Debug, "WebSocket proxy %s", proxyUrl.c_str());
|
log(LogLevel::Debug, "WebSocket proxy %s", proxyUrl.c_str());
|
||||||
|
|
||||||
info.http_proxy_address = proxyUrl.c_str();
|
info.http_proxy_address = proxyUrl.c_str();
|
||||||
|
info.http_proxy_port = config.proxyPort.value_or(8080);
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string_view prefix = "https://";
|
const std::string_view prefix = "https://";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user