Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 2feaa40

Browse files
authored
Merge pull request #861 from justcoding121/develop
beta
2 parents f5ac04d + d01da7e commit 2feaa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/SocksClientHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private async Task handleClient(SocksProxyEndPoint endPoint, TcpClientConnection
106106

107107
string password = Encoding.ASCII.GetString(buffer, 3 + userNameLength, passwordLength);
108108
bool success = true;
109-
if (ProxySchemeAuthenticateFunc != null)
109+
if (ProxyBasicAuthenticateFunc != null)
110110
{
111111
success = await ProxyBasicAuthenticateFunc.Invoke(null, userName, password);
112112
}

0 commit comments

Comments
 (0)