Loading src/PlainClient.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ void PlainClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createRequest(); boost::uint32_t bodySize = request_sp->ByteSize(); boost::uint32_t bodySize = request_sp->ByteSizeLong(); #ifdef VERBOSE_DEBUG INFO_STREAM << "PlainClient::startRequest() " Loading src/SSLClient.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ void SSLClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createRequest(); boost::uint32_t bodySize = request_sp->ByteSize(); boost::uint32_t bodySize = request_sp->ByteSizeLong(); #ifdef VERBOSE_DEBUG INFO_STREAM << "SSLClient::startWriteRequest() " Loading Loading
src/PlainClient.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ void PlainClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createRequest(); boost::uint32_t bodySize = request_sp->ByteSize(); boost::uint32_t bodySize = request_sp->ByteSizeLong(); #ifdef VERBOSE_DEBUG INFO_STREAM << "PlainClient::startRequest() " Loading
src/SSLClient.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ void SSLClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createRequest(); boost::uint32_t bodySize = request_sp->ByteSize(); boost::uint32_t bodySize = request_sp->ByteSizeLong(); #ifdef VERBOSE_DEBUG INFO_STREAM << "SSLClient::startWriteRequest() " Loading