Loading src/PlainClient.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ void PlainClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createtRequest(); 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 @@ -177,7 +177,7 @@ void SSLClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createtRequest(); 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 @@ -124,7 +124,7 @@ void PlainClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createtRequest(); 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 @@ -177,7 +177,7 @@ void SSLClient::startWriteRequest() { RequestSP request_sp = m_protocolManager_sp->createtRequest(); boost::uint32_t bodySize = request_sp->ByteSize(); boost::uint32_t bodySize = request_sp->ByteSizeLong(); #ifdef VERBOSE_DEBUG INFO_STREAM << "SSLClient::startWriteRequest() " Loading