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