Commit 1a62ead2 authored by Marco De Marco's avatar Marco De Marco
Browse files

Reset status fix on keepalive

parent a72c1349
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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