fix: Fix ssl in new webserver (#1981)

Fixes #1980.

An SSL handshake was missing and WsConnection should be build from
stream not socket because in case SSL connection stream already
completed SSL handshake.
This commit is contained in:
Sergey Kuznetsov
2025-04-01 16:12:16 +01:00
committed by GitHub
parent 60df3a1914
commit d3df6d10e4
9 changed files with 57 additions and 156 deletions

View File

@@ -23,7 +23,6 @@
#include "etlng/Models.hpp"
#include "util/log/Logger.hpp"
#include <cstdint>
#include <memory>
#include <utility>