mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
add a socket null check
This commit is contained in:
@@ -167,6 +167,9 @@ namespace OSHttpServer
|
||||
break;
|
||||
}
|
||||
|
||||
if(socket == null)
|
||||
continue;
|
||||
|
||||
socket.NoDelay = true;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user