This commit is contained in:
Timur A. Fatkhullin 2024-06-24 21:37:35 +03:00
parent 9f915d932f
commit db58d6a904

View File

@ -186,6 +186,8 @@ public:
std::ranges::for_each(msg.template bytesView<std::vector<std::string_view>>(),
[&buff](const auto& el) { buff.emplace_back(el); });
buff = this->toLowLevel(buff);
auto timer = getDeadlineTimer(timeout);
// wrapper
@ -360,6 +362,8 @@ protected:
};
/* TLS-STREAM IMPLEMENTATION */
#ifdef USE_OPENSSL_WITH_ASIO
template <traits::adc_asio_inet_stream_proto_c InetProtoT = asio::ip::tcp>
class AdcNetServiceAsioTls : public InetProtoT
@ -501,6 +505,8 @@ public:
std::ranges::for_each(msg.template bytesView<std::vector<std::string_view>>(),
[&buff](const auto& el) { buff.emplace_back(el); });
buff = this->toLowLevel(buff);
auto timer = getDeadlineTimer(timeout);
// wrapper