diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 2e50c669b..8dbf4faa5 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -238,6 +238,7 @@ void cClientHandle::ProcessProtocolOut() // to prevent it being reset between the null check and the Send: if (auto Link = m_Link; Link != nullptr) { + m_Protocol->DataPrepared(OutgoingData); Link->Send(OutgoingData.data(), OutgoingData.size()); } } |