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

Commit d99d541

Browse files
committed
fix
1 parent fee760e commit d99d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/ExplicitClientHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ private async Task handleClient(ExplicitProxyEndPoint endPoint, TcpClientConnect
262262
}
263263

264264
if (method == KnownMethod.Invalid)
265-
{
265+
{
266266
sendRawData = true;
267267
}
268268

0 commit comments

Comments
 (0)