We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2542f21 commit f3f22c7Copy full SHA for f3f22c7
secure_tunneling/source/SecureTunnel.cpp
@@ -768,6 +768,7 @@ namespace Aws
768
payload_buf.allocator = NULL;
769
payload_buf.buffer = message->payload->ptr;
770
payload_buf.len = message->payload->len;
771
+ payload_buf.capacity = message->payload->len;
772
secureTunnel->m_OnDataReceive(payload_buf);
773
return;
774
}
0 commit comments