summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadym Luchko (GitHub) <76956836+VadymLuchko@users.noreply.github.com>2021-03-23 20:53:07 +0200
committerGitHub <noreply@github.com>2021-03-23 14:53:07 -0400
commit4225c943b05a6859500ee1e8760a7b0a58217e4d (patch)
tree55df72f98472ed2bc9c952f0f27434ddce5fafb4
parent0df66080512cbe76ee5d4872910a54adf3ca1f36 (diff)
downloadsdl_core-4225c943b05a6859500ee1e8760a7b0a58217e4d.tar.gz
Do not encrypt first frame (#3665)
-rw-r--r--src/components/protocol_handler/src/protocol_handler_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/protocol_handler/src/protocol_handler_impl.cc b/src/components/protocol_handler/src/protocol_handler_impl.cc
index ca15e9481a..f3ae58e276 100644
--- a/src/components/protocol_handler/src/protocol_handler_impl.cc
+++ b/src/components/protocol_handler/src/protocol_handler_impl.cc
@@ -1418,7 +1418,7 @@ RESULT_CODE ProtocolHandlerImpl::SendMultiFrameMessage(
const ProtocolFramePtr firstPacket(
new protocol_handler::ProtocolPacket(connection_id,
protocol_version,
- needs_encryption,
+ false,
FRAME_TYPE_FIRST,
service_type,
FRAME_DATA_FIRST,