webengine/osswebengine/WebCore/platform/network/symbian/HttpConnection.cpp
changeset 27 6297cdf66332
parent 26 cb62a4f66ebe
child 36 c711bdda59f4
--- a/webengine/osswebengine/WebCore/platform/network/symbian/HttpConnection.cpp	Thu Jan 07 13:31:38 2010 +0200
+++ b/webengine/osswebengine/WebCore/platform/network/symbian/HttpConnection.cpp	Mon Jan 18 21:20:18 2010 +0200
@@ -916,7 +916,7 @@
             break;
             }
         }
-
+    m_isDone = ETrue;
     TRAP( ret, SendAuthRequestL( usernameVal, realmVal, isProxy, stale, passwordVal ) );
     if (realmClose)
       {
@@ -1034,7 +1034,7 @@
     HttpSessionManager* httpSessionMgr = StaticObjectsContainer::instance()->resourceLoaderDelegate()->httpSessionManager();
     httpSessionMgr->removeAuthRequest(this);
     httpSessionMgr->addRequest(this, m_handle);
-
+    m_isDone = EFalse;
     switch (aError)
         {
         case KErrNone: