Fixed FTP directory listing blocking forever if both expected responses are read from the command socket in a single call. (#1025)

This commit is contained in:
binary1248 2016-05-08 22:15:14 +02:00 committed by Lukas Dürrenberger
parent 556371ea10
commit c15172e3fd
2 changed files with 17 additions and 3 deletions

View file

@ -529,7 +529,8 @@ private:
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
TcpSocket m_commandSocket; ///< Socket holding the control connection with the server
TcpSocket m_commandSocket; ///< Socket holding the control connection with the server
std::string m_receiveBuffer; ///< Received command data that is yet to be processed
};
} // namespace sf