Assume unknown requests as neo-hub

I did this so custom servers that haven't edited this to include their server, won't have any issues with Hey Jibo requests.
This commit is contained in:
2026-05-11 01:23:22 +00:00
parent d434138f9b
commit 383c272d9a

View File

@@ -220,7 +220,7 @@ static string ResolveSocketKind(string host, PathString path)
return "openjibo";
}
return "unknown";
return "neo-hub-listen"; // now it assumes all unknown requests are neo-hub. I did this so that people with custom listen servers (like myself) won't get a bunch of 404 messages when doing a HJ request. -ZaneDev (an awful programmer)
}
static string? ResolveToken(HttpRequest request)