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:
parent
556371ea10
commit
c15172e3fd
2 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue