Skip to content
Snippets Groups Projects
Commit 1a62ead2 authored by Marco De Marco's avatar Marco De Marco
Browse files

Reset status fix on keepalive

parent a72c1349
No related branches found
No related tags found
No related merge requests found
......@@ -414,6 +414,14 @@ void ProtocolManager::processKeepAlive(ResponseSP response_sp)
INFO_STREAM << "ProtocolManager::processKeepAlive() KEEP ALIVE "
<< " from " << m_remoteEndpoint << endl;
m_isTransferRequest = false;
m_fileDir.clear();
m_fileName.clear();
m_fileSize = 0;
}
} //namespace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment