mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 12:03:57 +00:00
Update ProxyServer.cs
This commit is contained in:
@@ -86,7 +86,7 @@ public sealed class ProxyServer(
|
||||
{
|
||||
using (client)
|
||||
{
|
||||
logger.Info($"Proxy New client: {client.Client.RemoteEndPoint}");
|
||||
//logger.Debug($"Proxy New client: {client.Client.RemoteEndPoint}");
|
||||
try
|
||||
{
|
||||
await HandleClientCoreAsync(client, cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user