(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.112 and 1.113

version 1.112, 2008/01/25 18:54:22 version 1.113, 2008/01/25 21:18:21
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 804 
Line 803 
         Socket::close(socket);         Socket::close(socket);
         return;         return;
     }     }
 #endif  
  
     String ipAddress;     String ipAddress;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2