r+sr=darin
This commit is contained in:
cbiesinger%web.de 2005-03-20 13:22:05 +00:00
Родитель a5b1cbc47e
Коммит 1d540761e2
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -67,7 +67,6 @@ nsHttpConnection::nsHttpConnection()
: mTransaction(nsnull)
, mConnInfo(nsnull)
, mLock(nsnull)
, mSuspendCount(0)
, mLastReadTime(0)
, mIdleTimeout(0)
, mKeepAlive(PR_TRUE) // assume to keep-alive by default

Просмотреть файл

@ -151,7 +151,6 @@ private:
nsHttpConnectionInfo *mConnInfo; // hard ref
PRLock *mLock;
PRInt32 mSuspendCount;
PRUint32 mLastReadTime;
PRUint16 mMaxHangTime; // max download time before dropping keep-alive status