cleanup
This commit is contained in:
@@ -650,8 +650,7 @@ void ScreenPackages::HTTPUpdate()
|
|||||||
if ( ( m_iTotalBytes <= m_iDownloaded && m_iTotalBytes != -1 ) ||
|
if ( ( m_iTotalBytes <= m_iDownloaded && m_iTotalBytes != -1 ) ||
|
||||||
//We have the full doc. (And we knew how big it was)
|
//We have the full doc. (And we knew how big it was)
|
||||||
( m_iTotalBytes == -1 &&
|
( m_iTotalBytes == -1 &&
|
||||||
( m_wSocket.state == 8 || m_wSocket.state == 0 ) ) )
|
( m_wSocket.state == EzSockets::skERROR || m_wSocket.state == EzSockets::skDISCONNECTED ) ) )
|
||||||
//XXX: Work around; these should use enumerated types.
|
|
||||||
//We didn't know how big it was, and were disconnected
|
//We didn't know how big it was, and were disconnected
|
||||||
//So that means we have it all.
|
//So that means we have it all.
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user