(file) Return to HTTPAcceptor.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/HTTPAcceptor.cpp between version 1.16 and 1.17

version 1.16, 2002/05/20 15:07:31 version 1.17, 2002/05/22 05:25:30
Line 148 
Line 148 
             {             {
                _monitor->unsolicitSocketMessages(socket);                _monitor->unsolicitSocketMessages(socket);
                _rep->connections.remove(i);                _rep->connections.remove(i);
                  while (connection->refcount.value()) { }
                delete connection;                delete connection;
                break;                break;
             }             }
Line 348 
Line 349 
  
       // Destroy the connection (causing it to close):       // Destroy the connection (causing it to close):
  
         while (connection->refcount.value()) { }
       delete connection;       delete connection;
    }    }
  


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2