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.
2 parents eccc6b1 + ee5a46c commit 66cc818Copy full SHA for 66cc818
contrib/poco/NetSSL_Win/src/SecureSocketImpl.cpp
@@ -777,6 +777,8 @@ void SecureSocketImpl::performInitialClientHandshake()
777
// get initial security token
778
_outSecBuffer.reset(true);
779
_outSecBuffer.setSecBufferToken(0, 0, 0);
780
+ _recvBuffer.setCapacity(IO_BUFFER_SIZE);
781
+ _recvBufferOffset = 0;
782
783
TimeStamp ts;
784
DWORD contextAttributes(0);
0 commit comments