add a socket null check

This commit is contained in:
UbitUmarov
2025-12-10 00:28:32 +00:00
parent 139f51e01b
commit d9ae06f338

View File

@@ -167,6 +167,9 @@ namespace OSHttpServer
break;
}
if(socket == null)
continue;
socket.NoDelay = true;
try
{