mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
style fix
This commit is contained in:
@@ -123,9 +123,9 @@ void TCPServer::run()
|
||||
{
|
||||
StreamSocket ss = _socket.acceptConnection();
|
||||
// enable nodelay per default: OSX really needs that
|
||||
#if defined(POCO_OS_FAMILY_UNIX)
|
||||
#if defined(POCO_OS_FAMILY_UNIX)
|
||||
if (ss.address().family() != AddressFamily::UNIX_LOCAL)
|
||||
#endif
|
||||
#endif
|
||||
{
|
||||
ss.setNoDelay(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user