mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-01 00:55:51 +00:00
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:
@@ -23,7 +23,6 @@
|
||||
#include "etlng/Models.hpp"
|
||||
#include "util/log/Logger.hpp"
|
||||
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
Reference in New Issue
Block a user