(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.111 and 1.112

version 1.111, 2008/01/17 09:24:50 version 1.112, 2008/01/25 18:54:22
Line 781 
Line 781 
             "HTTPAcceptor: accept() failed");             "HTTPAcceptor: accept() failed");
         return;         return;
     }     }
   #ifndef(PEGASUS_OS_TYPE_WINDOWS)
     // We need to ensure that the socket number is not higher than     // We need to ensure that the socket number is not higher than
     // what fits into FD_SETSIZE, because we else won't be able to select on it     // what fits into FD_SETSIZE, because we else won't be able to select on it
     // and won't ever communicate correct on that socket.     // and won't ever communicate correct on that socket.
Line 803 
Line 804 
         Socket::close(socket);         Socket::close(socket);
         return;         return;
     }     }
   #endif
  
     String ipAddress;     String ipAddress;
  


Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2